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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040IntendedRecipient
 POCDMT000040IntendedRecipient CDAR2Factory.createPOCDMT000040IntendedRecipient()
          Returns a new object of class 'POCDMT000040 Intended Recipient'.
 POCDMT000040IntendedRecipient POCDMT000040InformationRecipient.getIntendedRecipient()
          Returns the value of the 'Intended Recipient' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040IntendedRecipient
 void POCDMT000040InformationRecipient.setIntendedRecipient(POCDMT000040IntendedRecipient value)
          Sets the value of the 'Intended Recipient' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040IntendedRecipient
 class POCDMT000040IntendedRecipientImpl
          An implementation of the model object 'POCDMT000040 Intended Recipient'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040IntendedRecipient
 POCDMT000040IntendedRecipient CDAR2FactoryImpl.createPOCDMT000040IntendedRecipient()
           
 POCDMT000040IntendedRecipient POCDMT000040InformationRecipientImpl.getIntendedRecipient()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040IntendedRecipient
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040InformationRecipientImpl.basicSetIntendedRecipient(POCDMT000040IntendedRecipient newIntendedRecipient, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040InformationRecipientImpl.setIntendedRecipient(POCDMT000040IntendedRecipient newIntendedRecipient)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040IntendedRecipient
 java.lang.Object CDAR2Switch.casePOCDMT000040IntendedRecipient(POCDMT000040IntendedRecipient object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Intended Recipient'.
 boolean CDAR2Validator.validatePOCDMT000040IntendedRecipient(POCDMT000040IntendedRecipient pocdmt000040IntendedRecipient, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)