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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040DataEnterer
 POCDMT000040DataEnterer CDAR2Factory.createPOCDMT000040DataEnterer()
          Returns a new object of class 'POCDMT000040 Data Enterer'.
 POCDMT000040DataEnterer POCDMT000040ClinicalDocument.getDataEnterer()
          Returns the value of the 'Data Enterer' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040DataEnterer
 void POCDMT000040ClinicalDocument.setDataEnterer(POCDMT000040DataEnterer value)
          Sets the value of the 'Data Enterer' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040DataEnterer
 class POCDMT000040DataEntererImpl
          An implementation of the model object 'POCDMT000040 Data Enterer'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040DataEnterer
 POCDMT000040DataEnterer CDAR2FactoryImpl.createPOCDMT000040DataEnterer()
           
 POCDMT000040DataEnterer POCDMT000040ClinicalDocumentImpl.getDataEnterer()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040DataEnterer
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ClinicalDocumentImpl.basicSetDataEnterer(POCDMT000040DataEnterer newDataEnterer, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ClinicalDocumentImpl.setDataEnterer(POCDMT000040DataEnterer newDataEnterer)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040DataEnterer
 java.lang.Object CDAR2Switch.casePOCDMT000040DataEnterer(POCDMT000040DataEnterer object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Data Enterer'.
 boolean CDAR2Validator.validatePOCDMT000040DataEnterer(POCDMT000040DataEnterer pocdmt000040DataEnterer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)