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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040PatientRole
 POCDMT000040PatientRole CDAR2FactoryImpl.createPOCDMT000040PatientRole()
           
 POCDMT000040PatientRole POCDMT000040RecordTargetImpl.getPatientRole()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040PatientRole
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040RecordTargetImpl.basicSetPatientRole(POCDMT000040PatientRole newPatientRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040RecordTargetImpl.setPatientRole(POCDMT000040PatientRole newPatientRole)
           
 

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

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