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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Encounter
 POCDMT000040Encounter CDAR2Factory.createPOCDMT000040Encounter()
          Returns a new object of class 'POCDMT000040 Encounter'.
 POCDMT000040Encounter POCDMT000040Component4.getEncounter()
          Returns the value of the 'Encounter' containment reference.
 POCDMT000040Encounter POCDMT000040Entry.getEncounter()
          Returns the value of the 'Encounter' containment reference.
 POCDMT000040Encounter POCDMT000040EntryRelationship.getEncounter()
          Returns the value of the 'Encounter' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Encounter
 void POCDMT000040Component4.setEncounter(POCDMT000040Encounter value)
          Sets the value of the 'Encounter' containment reference.
 void POCDMT000040Entry.setEncounter(POCDMT000040Encounter value)
          Sets the value of the 'Encounter' containment reference.
 void POCDMT000040EntryRelationship.setEncounter(POCDMT000040Encounter value)
          Sets the value of the 'Encounter' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Encounter
 class POCDMT000040EncounterImpl
          An implementation of the model object 'POCDMT000040 Encounter'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Encounter
 POCDMT000040Encounter CDAR2FactoryImpl.createPOCDMT000040Encounter()
           
 POCDMT000040Encounter POCDMT000040EntryRelationshipImpl.getEncounter()
           
 POCDMT000040Encounter POCDMT000040EntryImpl.getEncounter()
           
 POCDMT000040Encounter POCDMT000040Component4Impl.getEncounter()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Encounter
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryRelationshipImpl.basicSetEncounter(POCDMT000040Encounter newEncounter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryImpl.basicSetEncounter(POCDMT000040Encounter newEncounter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component4Impl.basicSetEncounter(POCDMT000040Encounter newEncounter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040EntryRelationshipImpl.setEncounter(POCDMT000040Encounter newEncounter)
           
 void POCDMT000040EntryImpl.setEncounter(POCDMT000040Encounter newEncounter)
           
 void POCDMT000040Component4Impl.setEncounter(POCDMT000040Encounter newEncounter)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Encounter
 java.lang.Object CDAR2Switch.casePOCDMT000040Encounter(POCDMT000040Encounter object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Encounter'.
 boolean CDAR2Validator.validatePOCDMT000040Encounter(POCDMT000040Encounter pocdmt000040Encounter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)