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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040RecordTarget
 POCDMT000040RecordTarget CDAR2Factory.createPOCDMT000040RecordTarget()
          Returns a new object of class 'POCDMT000040 Record Target'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040RecordTarget
 class POCDMT000040RecordTargetImpl
          An implementation of the model object 'POCDMT000040 Record Target'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040RecordTarget
 POCDMT000040RecordTarget CDAR2FactoryImpl.createPOCDMT000040RecordTarget()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040RecordTarget
 java.lang.Object CDAR2Switch.casePOCDMT000040RecordTarget(POCDMT000040RecordTarget object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Record Target'.
 boolean CDAR2Validator.validatePOCDMT000040RecordTarget(POCDMT000040RecordTarget pocdmt000040RecordTarget, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)