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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as XInformationRecipientRole
static XInformationRecipientRole XInformationRecipientRole.ASSIGNED_LITERAL
          The 'ASSIGNED' literal object.
static XInformationRecipientRole XInformationRecipientRole.HLTHCHRT_LITERAL
          The 'HLTHCHRT' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return XInformationRecipientRole
static XInformationRecipientRole XInformationRecipientRole.get(int value)
          Returns the 'XInformation Recipient Role' literal with the specified integer value.
static XInformationRecipientRole XInformationRecipientRole.get(java.lang.String literal)
          Returns the 'XInformation Recipient Role' literal with the specified literal value.
static XInformationRecipientRole XInformationRecipientRole.getByName(java.lang.String name)
          Returns the 'XInformation Recipient Role' literal with the specified name.
 XInformationRecipientRole POCDMT000040IntendedRecipient.getClassCode()
          Returns the value of the 'Class Code' attribute.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return XInformationRecipientRole
 XInformationRecipientRole CDAR2FactoryImpl.createXInformationRecipientRoleFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XInformationRecipientRole CDAR2FactoryImpl.createXInformationRecipientRoleObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 XInformationRecipientRole POCDMT000040IntendedRecipientImpl.getClassCode()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type XInformationRecipientRole
 boolean CDAR2Validator.validateXInformationRecipientRole(XInformationRecipientRole xInformationRecipientRole, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateXInformationRecipientRoleObject(XInformationRecipientRole xInformationRecipientRoleObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)