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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XDocumentSubject
static XDocumentSubject XDocumentSubject.PAT_LITERAL
          The 'PAT' literal object.
static XDocumentSubject XDocumentSubject.PRS_LITERAL
          The 'PRS' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XDocumentSubject
static XDocumentSubject XDocumentSubject.get(int value)
          Returns the 'XDocument Subject' literal with the specified integer value.
static XDocumentSubject XDocumentSubject.get(java.lang.String literal)
          Returns the 'XDocument Subject' literal with the specified literal value.
static XDocumentSubject XDocumentSubject.getByName(java.lang.String name)
          Returns the 'XDocument Subject' literal with the specified name.
 XDocumentSubject POCDMT000040RelatedSubject.getClassCode()
          Returns the value of the 'Class Code' attribute.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XDocumentSubject
 XDocumentSubject CDAR2FactoryImpl.createXDocumentSubjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentSubject CDAR2FactoryImpl.createXDocumentSubjectObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentSubject POCDMT000040RelatedSubjectImpl.getClassCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type XDocumentSubject
 void POCDMT000040RelatedSubjectImpl.setClassCode(XDocumentSubject newClassCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XDocumentSubject
 boolean CDAR2Validator.validateXDocumentSubject(XDocumentSubject xDocumentSubject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXDocumentSubjectObject(XDocumentSubject xDocumentSubjectObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)