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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040ResponsibleParty
 POCDMT000040ResponsibleParty CDAR2Factory.createPOCDMT000040ResponsibleParty()
          Returns a new object of class 'POCDMT000040 Responsible Party'.
 POCDMT000040ResponsibleParty POCDMT000040EncompassingEncounter.getResponsibleParty()
          Returns the value of the 'Responsible Party' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040ResponsibleParty
 void POCDMT000040EncompassingEncounter.setResponsibleParty(POCDMT000040ResponsibleParty value)
          Sets the value of the 'Responsible Party' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040ResponsibleParty
 class POCDMT000040ResponsiblePartyImpl
          An implementation of the model object 'POCDMT000040 Responsible Party'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040ResponsibleParty
 POCDMT000040ResponsibleParty CDAR2FactoryImpl.createPOCDMT000040ResponsibleParty()
           
 POCDMT000040ResponsibleParty POCDMT000040EncompassingEncounterImpl.getResponsibleParty()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040ResponsibleParty
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EncompassingEncounterImpl.basicSetResponsibleParty(POCDMT000040ResponsibleParty newResponsibleParty, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040EncompassingEncounterImpl.setResponsibleParty(POCDMT000040ResponsibleParty newResponsibleParty)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040ResponsibleParty
 java.lang.Object CDAR2Switch.casePOCDMT000040ResponsibleParty(POCDMT000040ResponsibleParty object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Responsible Party'.
 boolean CDAR2Validator.validatePOCDMT000040ResponsibleParty(POCDMT000040ResponsibleParty pocdmt000040ResponsibleParty, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)