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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Custodian
 POCDMT000040Custodian CDAR2FactoryImpl.createPOCDMT000040Custodian()
           
 POCDMT000040Custodian POCDMT000040ClinicalDocumentImpl.getCustodian()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Custodian
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ClinicalDocumentImpl.basicSetCustodian(POCDMT000040Custodian newCustodian, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ClinicalDocumentImpl.setCustodian(POCDMT000040Custodian newCustodian)
           
 

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

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