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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040RegionOfInterestValue
 POCDMT000040RegionOfInterestValue CDAR2Factory.createPOCDMT000040RegionOfInterestValue()
          Returns a new object of class 'POCDMT000040 Region Of Interest Value'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040RegionOfInterestValue
 class POCDMT000040RegionOfInterestValueImpl
          An implementation of the model object 'POCDMT000040 Region Of Interest Value'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040RegionOfInterestValue
 POCDMT000040RegionOfInterestValue CDAR2FactoryImpl.createPOCDMT000040RegionOfInterestValue()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040RegionOfInterestValue
 java.lang.Object CDAR2Switch.casePOCDMT000040RegionOfInterestValue(POCDMT000040RegionOfInterestValue object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Region Of Interest Value'.
 boolean CDAR2Validator.validatePOCDMT000040RegionOfInterestValue(POCDMT000040RegionOfInterestValue pocdmt000040RegionOfInterestValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)