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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XDocumentEncounterMood
static XDocumentEncounterMood XDocumentEncounterMood.APT_LITERAL
          The 'APT' literal object.
static XDocumentEncounterMood XDocumentEncounterMood.ARQ_LITERAL
          The 'ARQ' literal object.
static XDocumentEncounterMood XDocumentEncounterMood.EVN_LITERAL
          The 'EVN' literal object.
static XDocumentEncounterMood XDocumentEncounterMood.INT_LITERAL
          The 'INT' literal object.
static XDocumentEncounterMood XDocumentEncounterMood.PRMS_LITERAL
          The 'PRMS' literal object.
static XDocumentEncounterMood XDocumentEncounterMood.PRP_LITERAL
          The 'PRP' literal object.
static XDocumentEncounterMood XDocumentEncounterMood.RQO_LITERAL
          The 'RQO' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XDocumentEncounterMood
static XDocumentEncounterMood XDocumentEncounterMood.get(int value)
          Returns the 'XDocument Encounter Mood' literal with the specified integer value.
static XDocumentEncounterMood XDocumentEncounterMood.get(java.lang.String literal)
          Returns the 'XDocument Encounter Mood' literal with the specified literal value.
static XDocumentEncounterMood XDocumentEncounterMood.getByName(java.lang.String name)
          Returns the 'XDocument Encounter Mood' literal with the specified name.
 XDocumentEncounterMood POCDMT000040Encounter.getMoodCode()
          Returns the value of the 'Mood Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type XDocumentEncounterMood
 void POCDMT000040Encounter.setMoodCode(XDocumentEncounterMood value)
          Sets the value of the 'Mood Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XDocumentEncounterMood
 XDocumentEncounterMood CDAR2FactoryImpl.createXDocumentEncounterMoodFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentEncounterMood CDAR2FactoryImpl.createXDocumentEncounterMoodObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentEncounterMood POCDMT000040EncounterImpl.getMoodCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type XDocumentEncounterMood
 void POCDMT000040EncounterImpl.setMoodCode(XDocumentEncounterMood newMoodCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XDocumentEncounterMood
 boolean CDAR2Validator.validateXDocumentEncounterMood(XDocumentEncounterMood xDocumentEncounterMood, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXDocumentEncounterMoodObject(XDocumentEncounterMood xDocumentEncounterMoodObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)