Uses of Class
org.eclipse.ohf.ihe.common.cdar2.ActClinicalDocument

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActClinicalDocument
static ActClinicalDocument ActClinicalDocument.CDALVLONE_LITERAL
          The 'CDALVLONE' literal object.
static ActClinicalDocument ActClinicalDocument.DOCCLIN_LITERAL
          The 'DOCCLIN' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ActClinicalDocument
static ActClinicalDocument ActClinicalDocument.get(int value)
          Returns the 'Act Clinical Document' literal with the specified integer value.
static ActClinicalDocument ActClinicalDocument.get(java.lang.String literal)
          Returns the 'Act Clinical Document' literal with the specified literal value.
static ActClinicalDocument ActClinicalDocument.getByName(java.lang.String name)
          Returns the 'Act Clinical Document' literal with the specified name.
 ActClinicalDocument POCDMT000040ClinicalDocument.getClassCode()
          Returns the value of the 'Class Code' attribute.
 ActClinicalDocument POCDMT000040ParentDocument.getClassCode()
          Returns the value of the 'Class Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type ActClinicalDocument
 void POCDMT000040ClinicalDocument.setClassCode(ActClinicalDocument value)
          Sets the value of the 'Class Code' attribute.
 void POCDMT000040ParentDocument.setClassCode(ActClinicalDocument value)
          Sets the value of the 'Class Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ActClinicalDocument
 ActClinicalDocument CDAR2FactoryImpl.createActClinicalDocumentFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActClinicalDocument CDAR2FactoryImpl.createActClinicalDocumentObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActClinicalDocument POCDMT000040ParentDocumentImpl.getClassCode()
           
 ActClinicalDocument POCDMT000040ClinicalDocumentImpl.getClassCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type ActClinicalDocument
 void POCDMT000040ParentDocumentImpl.setClassCode(ActClinicalDocument newClassCode)
           
 void POCDMT000040ClinicalDocumentImpl.setClassCode(ActClinicalDocument newClassCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActClinicalDocument
 boolean CDAR2Validator.validateActClinicalDocument(ActClinicalDocument actClinicalDocument, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActClinicalDocumentObject(ActClinicalDocument actClinicalDocumentObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)