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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040AssignedCustodian
 POCDMT000040AssignedCustodian CDAR2Factory.createPOCDMT000040AssignedCustodian()
          Returns a new object of class 'POCDMT000040 Assigned Custodian'.
 POCDMT000040AssignedCustodian POCDMT000040Custodian.getAssignedCustodian()
          Returns the value of the 'Assigned Custodian' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040AssignedCustodian
 void POCDMT000040Custodian.setAssignedCustodian(POCDMT000040AssignedCustodian value)
          Sets the value of the 'Assigned Custodian' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040AssignedCustodian
 class POCDMT000040AssignedCustodianImpl
          An implementation of the model object 'POCDMT000040 Assigned Custodian'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040AssignedCustodian
 POCDMT000040AssignedCustodian CDAR2FactoryImpl.createPOCDMT000040AssignedCustodian()
           
 POCDMT000040AssignedCustodian POCDMT000040CustodianImpl.getAssignedCustodian()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040AssignedCustodian
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040CustodianImpl.basicSetAssignedCustodian(POCDMT000040AssignedCustodian newAssignedCustodian, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040CustodianImpl.setAssignedCustodian(POCDMT000040AssignedCustodian newAssignedCustodian)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040AssignedCustodian
 java.lang.Object CDAR2Switch.casePOCDMT000040AssignedCustodian(POCDMT000040AssignedCustodian object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Assigned Custodian'.
 boolean CDAR2Validator.validatePOCDMT000040AssignedCustodian(POCDMT000040AssignedCustodian pocdmt000040AssignedCustodian, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)