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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Birthplace
 POCDMT000040Birthplace CDAR2Factory.createPOCDMT000040Birthplace()
          Returns a new object of class 'POCDMT000040 Birthplace'.
 POCDMT000040Birthplace POCDMT000040Patient.getBirthplace()
          Returns the value of the 'Birthplace' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Birthplace
 void POCDMT000040Patient.setBirthplace(POCDMT000040Birthplace value)
          Sets the value of the 'Birthplace' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Birthplace
 class POCDMT000040BirthplaceImpl
          An implementation of the model object 'POCDMT000040 Birthplace'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Birthplace
 POCDMT000040Birthplace CDAR2FactoryImpl.createPOCDMT000040Birthplace()
           
 POCDMT000040Birthplace POCDMT000040PatientImpl.getBirthplace()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Birthplace
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040PatientImpl.basicSetBirthplace(POCDMT000040Birthplace newBirthplace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040PatientImpl.setBirthplace(POCDMT000040Birthplace newBirthplace)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Birthplace
 java.lang.Object CDAR2Switch.casePOCDMT000040Birthplace(POCDMT000040Birthplace object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Birthplace'.
 boolean CDAR2Validator.validatePOCDMT000040Birthplace(POCDMT000040Birthplace pocdmt000040Birthplace, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)