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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Reference
 POCDMT000040Reference CDAR2Factory.createPOCDMT000040Reference()
          Returns a new object of class 'POCDMT000040 Reference'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Reference
 class POCDMT000040ReferenceImpl
          An implementation of the model object 'POCDMT000040 Reference'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Reference
 POCDMT000040Reference CDAR2FactoryImpl.createPOCDMT000040Reference()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Reference
 java.lang.Object CDAR2Switch.casePOCDMT000040Reference(POCDMT000040Reference object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Reference'.
 boolean CDAR2Validator.validatePOCDMT000040Reference(POCDMT000040Reference pocdmt000040Reference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)