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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Location
 POCDMT000040Location CDAR2Factory.createPOCDMT000040Location()
          Returns a new object of class 'POCDMT000040 Location'.
 POCDMT000040Location POCDMT000040EncompassingEncounter.getLocation()
          Returns the value of the 'Location' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Location
 void POCDMT000040EncompassingEncounter.setLocation(POCDMT000040Location value)
          Sets the value of the 'Location' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Location
 class POCDMT000040LocationImpl
          An implementation of the model object 'POCDMT000040 Location'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Location
 POCDMT000040Location CDAR2FactoryImpl.createPOCDMT000040Location()
           
 POCDMT000040Location POCDMT000040EncompassingEncounterImpl.getLocation()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Location
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EncompassingEncounterImpl.basicSetLocation(POCDMT000040Location newLocation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040EncompassingEncounterImpl.setLocation(POCDMT000040Location newLocation)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Location
 java.lang.Object CDAR2Switch.casePOCDMT000040Location(POCDMT000040Location object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Location'.
 boolean CDAR2Validator.validatePOCDMT000040Location(POCDMT000040Location pocdmt000040Location, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)