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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040InformationRecipient
 POCDMT000040InformationRecipient CDAR2Factory.createPOCDMT000040InformationRecipient()
          Returns a new object of class 'POCDMT000040 Information Recipient'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040InformationRecipient
 class POCDMT000040InformationRecipientImpl
          An implementation of the model object 'POCDMT000040 Information Recipient'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040InformationRecipient
 POCDMT000040InformationRecipient CDAR2FactoryImpl.createPOCDMT000040InformationRecipient()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040InformationRecipient
 java.lang.Object CDAR2Switch.casePOCDMT000040InformationRecipient(POCDMT000040InformationRecipient object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Information Recipient'.
 boolean CDAR2Validator.validatePOCDMT000040InformationRecipient(POCDMT000040InformationRecipient pocdmt000040InformationRecipient, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)