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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040RegionOfInterest
 POCDMT000040RegionOfInterest CDAR2Factory.createPOCDMT000040RegionOfInterest()
          Returns a new object of class 'POCDMT000040 Region Of Interest'.
 POCDMT000040RegionOfInterest POCDMT000040Component4.getRegionOfInterest()
          Returns the value of the 'Region Of Interest' containment reference.
 POCDMT000040RegionOfInterest POCDMT000040Entry.getRegionOfInterest()
          Returns the value of the 'Region Of Interest' containment reference.
 POCDMT000040RegionOfInterest POCDMT000040EntryRelationship.getRegionOfInterest()
          Returns the value of the 'Region Of Interest' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040RegionOfInterest
 void POCDMT000040Component4.setRegionOfInterest(POCDMT000040RegionOfInterest value)
          Sets the value of the 'Region Of Interest' containment reference.
 void POCDMT000040Entry.setRegionOfInterest(POCDMT000040RegionOfInterest value)
          Sets the value of the 'Region Of Interest' containment reference.
 void POCDMT000040EntryRelationship.setRegionOfInterest(POCDMT000040RegionOfInterest value)
          Sets the value of the 'Region Of Interest' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040RegionOfInterest
 POCDMT000040RegionOfInterest CDAR2FactoryImpl.createPOCDMT000040RegionOfInterest()
           
 POCDMT000040RegionOfInterest POCDMT000040EntryRelationshipImpl.getRegionOfInterest()
           
 POCDMT000040RegionOfInterest POCDMT000040EntryImpl.getRegionOfInterest()
           
 POCDMT000040RegionOfInterest POCDMT000040Component4Impl.getRegionOfInterest()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040RegionOfInterest
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryRelationshipImpl.basicSetRegionOfInterest(POCDMT000040RegionOfInterest newRegionOfInterest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EntryImpl.basicSetRegionOfInterest(POCDMT000040RegionOfInterest newRegionOfInterest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040Component4Impl.basicSetRegionOfInterest(POCDMT000040RegionOfInterest newRegionOfInterest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040EntryRelationshipImpl.setRegionOfInterest(POCDMT000040RegionOfInterest newRegionOfInterest)
           
 void POCDMT000040EntryImpl.setRegionOfInterest(POCDMT000040RegionOfInterest newRegionOfInterest)
           
 void POCDMT000040Component4Impl.setRegionOfInterest(POCDMT000040RegionOfInterest newRegionOfInterest)
           
 

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

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