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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Observation
 POCDMT000040Observation CDAR2Factory.createPOCDMT000040Observation()
          Returns a new object of class 'POCDMT000040 Observation'.
 POCDMT000040Observation POCDMT000040Component4.getObservation()
          Returns the value of the 'Observation' containment reference.
 POCDMT000040Observation POCDMT000040Entry.getObservation()
          Returns the value of the 'Observation' containment reference.
 POCDMT000040Observation POCDMT000040EntryRelationship.getObservation()
          Returns the value of the 'Observation' containment reference.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Observation
 class POCDMT000040ObservationImpl
          An implementation of the model object 'POCDMT000040 Observation'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Observation
 POCDMT000040Observation CDAR2FactoryImpl.createPOCDMT000040Observation()
           
 POCDMT000040Observation POCDMT000040EntryRelationshipImpl.getObservation()
           
 POCDMT000040Observation POCDMT000040EntryImpl.getObservation()
           
 POCDMT000040Observation POCDMT000040Component4Impl.getObservation()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Observation
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryRelationshipImpl.basicSetObservation(POCDMT000040Observation newObservation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryImpl.basicSetObservation(POCDMT000040Observation newObservation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component4Impl.basicSetObservation(POCDMT000040Observation newObservation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040EntryRelationshipImpl.setObservation(POCDMT000040Observation newObservation)
           
 void POCDMT000040EntryImpl.setObservation(POCDMT000040Observation newObservation)
           
 void POCDMT000040Component4Impl.setObservation(POCDMT000040Observation newObservation)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Observation
 java.lang.Object CDAR2Switch.casePOCDMT000040Observation(POCDMT000040Observation object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Observation'.
 boolean CDAR2Validator.validatePOCDMT000040Observation(POCDMT000040Observation pocdmt000040Observation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)