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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XDocumentSubstanceMood
 XDocumentSubstanceMood CDAR2FactoryImpl.createXDocumentSubstanceMoodFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentSubstanceMood CDAR2FactoryImpl.createXDocumentSubstanceMoodObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentSubstanceMood POCDMT000040SupplyImpl.getMoodCode()
           
 XDocumentSubstanceMood POCDMT000040SubstanceAdministrationImpl.getMoodCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type XDocumentSubstanceMood
 void POCDMT000040SupplyImpl.setMoodCode(XDocumentSubstanceMood newMoodCode)
           
 void POCDMT000040SubstanceAdministrationImpl.setMoodCode(XDocumentSubstanceMood newMoodCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XDocumentSubstanceMood
 boolean CDAR2Validator.validateXDocumentSubstanceMood(XDocumentSubstanceMood xDocumentSubstanceMood, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXDocumentSubstanceMoodObject(XDocumentSubstanceMood xDocumentSubstanceMoodObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)