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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Consent
 POCDMT000040Consent CDAR2Factory.createPOCDMT000040Consent()
          Returns a new object of class 'POCDMT000040 Consent'.
 POCDMT000040Consent POCDMT000040Authorization.getConsent()
          Returns the value of the 'Consent' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Consent
 void POCDMT000040Authorization.setConsent(POCDMT000040Consent value)
          Sets the value of the 'Consent' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040Consent
 class POCDMT000040ConsentImpl
          An implementation of the model object 'POCDMT000040 Consent'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Consent
 POCDMT000040Consent CDAR2FactoryImpl.createPOCDMT000040Consent()
           
 POCDMT000040Consent POCDMT000040AuthorizationImpl.getConsent()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Consent
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AuthorizationImpl.basicSetConsent(POCDMT000040Consent newConsent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040AuthorizationImpl.setConsent(POCDMT000040Consent newConsent)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040Consent
 java.lang.Object CDAR2Switch.casePOCDMT000040Consent(POCDMT000040Consent object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Consent'.
 boolean CDAR2Validator.validatePOCDMT000040Consent(POCDMT000040Consent pocdmt000040Consent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)