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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Place
 POCDMT000040Place CDAR2Factory.createPOCDMT000040Place()
          Returns a new object of class 'POCDMT000040 Place'.
 POCDMT000040Place POCDMT000040HealthCareFacility.getLocation()
          Returns the value of the 'Location' containment reference.
 POCDMT000040Place POCDMT000040Birthplace.getPlace()
          Returns the value of the 'Place' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Place
 void POCDMT000040HealthCareFacility.setLocation(POCDMT000040Place value)
          Sets the value of the 'Location' containment reference.
 void POCDMT000040Birthplace.setPlace(POCDMT000040Place value)
          Sets the value of the 'Place' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Place
 class POCDMT000040PlaceImpl
          An implementation of the model object 'POCDMT000040 Place'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Place
 POCDMT000040Place CDAR2FactoryImpl.createPOCDMT000040Place()
           
 POCDMT000040Place POCDMT000040HealthCareFacilityImpl.getLocation()
           
 POCDMT000040Place POCDMT000040BirthplaceImpl.getPlace()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Place
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040HealthCareFacilityImpl.basicSetLocation(POCDMT000040Place newLocation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040BirthplaceImpl.basicSetPlace(POCDMT000040Place newPlace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040HealthCareFacilityImpl.setLocation(POCDMT000040Place newLocation)
           
 void POCDMT000040BirthplaceImpl.setPlace(POCDMT000040Place newPlace)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Place
 java.lang.Object CDAR2Switch.casePOCDMT000040Place(POCDMT000040Place object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Place'.
 boolean CDAR2Validator.validatePOCDMT000040Place(POCDMT000040Place pocdmt000040Place, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)