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

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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XDocumentProcedureMood
 XDocumentProcedureMood CDAR2FactoryImpl.createXDocumentProcedureMoodFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentProcedureMood CDAR2FactoryImpl.createXDocumentProcedureMoodObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XDocumentProcedureMood POCDMT000040ProcedureImpl.getMoodCode()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XDocumentProcedureMood
 boolean CDAR2Validator.validateXDocumentProcedureMood(XDocumentProcedureMood xDocumentProcedureMood, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXDocumentProcedureMoodObject(XDocumentProcedureMood xDocumentProcedureMoodObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)