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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040ExternalObservation
 POCDMT000040ExternalObservation CDAR2Factory.createPOCDMT000040ExternalObservation()
          Returns a new object of class 'POCDMT000040 External Observation'.
 POCDMT000040ExternalObservation POCDMT000040Reference.getExternalObservation()
          Returns the value of the 'External Observation' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040ExternalObservation
 void POCDMT000040Reference.setExternalObservation(POCDMT000040ExternalObservation value)
          Sets the value of the 'External Observation' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040ExternalObservation
 POCDMT000040ExternalObservation CDAR2FactoryImpl.createPOCDMT000040ExternalObservation()
           
 POCDMT000040ExternalObservation POCDMT000040ReferenceImpl.getExternalObservation()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040ExternalObservation
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ReferenceImpl.basicSetExternalObservation(POCDMT000040ExternalObservation newExternalObservation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ReferenceImpl.setExternalObservation(POCDMT000040ExternalObservation newExternalObservation)
           
 

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

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