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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040LegalAuthenticator
 POCDMT000040LegalAuthenticator CDAR2Factory.createPOCDMT000040LegalAuthenticator()
          Returns a new object of class 'POCDMT000040 Legal Authenticator'.
 POCDMT000040LegalAuthenticator POCDMT000040ClinicalDocument.getLegalAuthenticator()
          Returns the value of the 'Legal Authenticator' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040LegalAuthenticator
 void POCDMT000040ClinicalDocument.setLegalAuthenticator(POCDMT000040LegalAuthenticator value)
          Sets the value of the 'Legal Authenticator' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040LegalAuthenticator
 class POCDMT000040LegalAuthenticatorImpl
          An implementation of the model object 'POCDMT000040 Legal Authenticator'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040LegalAuthenticator
 POCDMT000040LegalAuthenticator CDAR2FactoryImpl.createPOCDMT000040LegalAuthenticator()
           
 POCDMT000040LegalAuthenticator POCDMT000040ClinicalDocumentImpl.getLegalAuthenticator()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040LegalAuthenticator
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ClinicalDocumentImpl.basicSetLegalAuthenticator(POCDMT000040LegalAuthenticator newLegalAuthenticator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040ClinicalDocumentImpl.setLegalAuthenticator(POCDMT000040LegalAuthenticator newLegalAuthenticator)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040LegalAuthenticator
 java.lang.Object CDAR2Switch.casePOCDMT000040LegalAuthenticator(POCDMT000040LegalAuthenticator object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Legal Authenticator'.
 boolean CDAR2Validator.validatePOCDMT000040LegalAuthenticator(POCDMT000040LegalAuthenticator pocdmt000040LegalAuthenticator, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)