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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Patient
 POCDMT000040Patient CDAR2Factory.createPOCDMT000040Patient()
          Returns a new object of class 'POCDMT000040 Patient'.
 POCDMT000040Patient POCDMT000040PatientRole.getPatient()
          Returns the value of the 'Patient' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Patient
 void POCDMT000040PatientRole.setPatient(POCDMT000040Patient value)
          Sets the value of the 'Patient' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Patient
 class POCDMT000040PatientImpl
          An implementation of the model object 'POCDMT000040 Patient'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Patient
 POCDMT000040Patient CDAR2FactoryImpl.createPOCDMT000040Patient()
           
 POCDMT000040Patient POCDMT000040PatientRoleImpl.getPatient()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Patient
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040PatientRoleImpl.basicSetPatient(POCDMT000040Patient newPatient, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040PatientRoleImpl.setPatient(POCDMT000040Patient newPatient)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Patient
 java.lang.Object CDAR2Switch.casePOCDMT000040Patient(POCDMT000040Patient object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Patient'.
 boolean CDAR2Validator.validatePOCDMT000040Patient(POCDMT000040Patient pocdmt000040Patient, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)