Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.POCDMT000040CustodianOrganization

Packages that use POCDMT000040CustodianOrganization
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of POCDMT000040CustodianOrganization in org.eclipse.ohf.ihe.common.cdar2
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040CustodianOrganization
 POCDMT000040CustodianOrganization CDAR2Factory.createPOCDMT000040CustodianOrganization()
          Returns a new object of class 'POCDMT000040 Custodian Organization'.
 POCDMT000040CustodianOrganization POCDMT000040AssignedCustodian.getRepresentedCustodianOrganization()
          Returns the value of the 'Represented Custodian Organization' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040CustodianOrganization
 void POCDMT000040AssignedCustodian.setRepresentedCustodianOrganization(POCDMT000040CustodianOrganization value)
          Sets the value of the 'Represented Custodian Organization' containment reference.
 

Uses of POCDMT000040CustodianOrganization in org.eclipse.ohf.ihe.common.cdar2.impl
 

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040CustodianOrganization
 class POCDMT000040CustodianOrganizationImpl
          An implementation of the model object 'POCDMT000040 Custodian Organization'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040CustodianOrganization
 POCDMT000040CustodianOrganization CDAR2FactoryImpl.createPOCDMT000040CustodianOrganization()
           
 POCDMT000040CustodianOrganization POCDMT000040AssignedCustodianImpl.getRepresentedCustodianOrganization()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040CustodianOrganization
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AssignedCustodianImpl.basicSetRepresentedCustodianOrganization(POCDMT000040CustodianOrganization newRepresentedCustodianOrganization, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040AssignedCustodianImpl.setRepresentedCustodianOrganization(POCDMT000040CustodianOrganization newRepresentedCustodianOrganization)
           
 

Uses of POCDMT000040CustodianOrganization in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040CustodianOrganization
 java.lang.Object CDAR2Switch.casePOCDMT000040CustodianOrganization(POCDMT000040CustodianOrganization object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Custodian Organization'.
 boolean CDAR2Validator.validatePOCDMT000040CustodianOrganization(POCDMT000040CustodianOrganization pocdmt000040CustodianOrganization, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)