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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XEncounterParticipant
static XEncounterParticipant XEncounterParticipant.ADM_LITERAL
          The 'ADM' literal object.
static XEncounterParticipant XEncounterParticipant.ATND_LITERAL
          The 'ATND' literal object.
static XEncounterParticipant XEncounterParticipant.CON_LITERAL
          The 'CON' literal object.
static XEncounterParticipant XEncounterParticipant.DIS_LITERAL
          The 'DIS' literal object.
static XEncounterParticipant XEncounterParticipant.REF_LITERAL
          The 'REF' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XEncounterParticipant
static XEncounterParticipant XEncounterParticipant.get(int value)
          Returns the 'XEncounter Participant' literal with the specified integer value.
static XEncounterParticipant XEncounterParticipant.get(java.lang.String literal)
          Returns the 'XEncounter Participant' literal with the specified literal value.
static XEncounterParticipant XEncounterParticipant.getByName(java.lang.String name)
          Returns the 'XEncounter Participant' literal with the specified name.
 XEncounterParticipant POCDMT000040EncounterParticipant.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type XEncounterParticipant
 void POCDMT000040EncounterParticipant.setTypeCode(XEncounterParticipant value)
          Sets the value of the 'Type Code' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XEncounterParticipant
 XEncounterParticipant CDAR2FactoryImpl.createXEncounterParticipantFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XEncounterParticipant CDAR2FactoryImpl.createXEncounterParticipantObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XEncounterParticipant POCDMT000040EncounterParticipantImpl.getTypeCode()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type XEncounterParticipant
 void POCDMT000040EncounterParticipantImpl.setTypeCode(XEncounterParticipant newTypeCode)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XEncounterParticipant
 boolean CDAR2Validator.validateXEncounterParticipant(XEncounterParticipant xEncounterParticipant, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXEncounterParticipantObject(XEncounterParticipant xEncounterParticipantObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)