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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040ObservationRange
 POCDMT000040ObservationRange CDAR2Factory.createPOCDMT000040ObservationRange()
          Returns a new object of class 'POCDMT000040 Observation Range'.
 POCDMT000040ObservationRange POCDMT000040ReferenceRange.getObservationRange()
          Returns the value of the 'Observation Range' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040ObservationRange
 void POCDMT000040ReferenceRange.setObservationRange(POCDMT000040ObservationRange value)
          Sets the value of the 'Observation Range' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040ObservationRange
 POCDMT000040ObservationRange CDAR2FactoryImpl.createPOCDMT000040ObservationRange()
           
 POCDMT000040ObservationRange POCDMT000040ReferenceRangeImpl.getObservationRange()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040ObservationRange
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ReferenceRangeImpl.basicSetObservationRange(POCDMT000040ObservationRange newObservationRange, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ReferenceRangeImpl.setObservationRange(POCDMT000040ObservationRange newObservationRange)
           
 

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

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