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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ActRelationshipFulfills
static ActRelationshipFulfills ActRelationshipFulfills.FLFS_LITERAL
          The 'FLFS' literal object.
static ActRelationshipFulfills ActRelationshipFulfills.OCCR_LITERAL
          The 'OCCR' literal object.
static ActRelationshipFulfills ActRelationshipFulfills.OREF_LITERAL
          The 'OREF' literal object.
static ActRelationshipFulfills ActRelationshipFulfills.SCH_LITERAL
          The 'SCH' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ActRelationshipFulfills
static ActRelationshipFulfills ActRelationshipFulfills.get(int value)
          Returns the 'Act Relationship Fulfills' literal with the specified integer value.
static ActRelationshipFulfills ActRelationshipFulfills.get(java.lang.String literal)
          Returns the 'Act Relationship Fulfills' literal with the specified literal value.
static ActRelationshipFulfills ActRelationshipFulfills.getByName(java.lang.String name)
          Returns the 'Act Relationship Fulfills' literal with the specified name.
 ActRelationshipFulfills POCDMT000040InFulfillmentOf.getTypeCode()
          Returns the value of the 'Type Code' attribute.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ActRelationshipFulfills
 ActRelationshipFulfills CDAR2FactoryImpl.createActRelationshipFulfillsFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActRelationshipFulfills CDAR2FactoryImpl.createActRelationshipFulfillsObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ActRelationshipFulfills POCDMT000040InFulfillmentOfImpl.getTypeCode()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ActRelationshipFulfills
 boolean CDAR2Validator.validateActRelationshipFulfills(ActRelationshipFulfills actRelationshipFulfills, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateActRelationshipFulfillsObject(ActRelationshipFulfills actRelationshipFulfillsObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)