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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as RoleClassServiceDeliveryLocation
static RoleClassServiceDeliveryLocation RoleClassServiceDeliveryLocation.DSDLOC_LITERAL
          The 'DSDLOC' literal object.
static RoleClassServiceDeliveryLocation RoleClassServiceDeliveryLocation.ISDLOC_LITERAL
          The 'ISDLOC' literal object.
static RoleClassServiceDeliveryLocation RoleClassServiceDeliveryLocation.SDLOC_LITERAL
          The 'SDLOC' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return RoleClassServiceDeliveryLocation
static RoleClassServiceDeliveryLocation RoleClassServiceDeliveryLocation.get(int value)
          Returns the 'Role Class Service Delivery Location' literal with the specified integer value.
static RoleClassServiceDeliveryLocation RoleClassServiceDeliveryLocation.get(java.lang.String literal)
          Returns the 'Role Class Service Delivery Location' literal with the specified literal value.
static RoleClassServiceDeliveryLocation RoleClassServiceDeliveryLocation.getByName(java.lang.String name)
          Returns the 'Role Class Service Delivery Location' literal with the specified name.
 RoleClassServiceDeliveryLocation POCDMT000040HealthCareFacility.getClassCode()
          Returns the value of the 'Class Code' attribute.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return RoleClassServiceDeliveryLocation
 RoleClassServiceDeliveryLocation CDAR2FactoryImpl.createRoleClassServiceDeliveryLocationFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RoleClassServiceDeliveryLocation CDAR2FactoryImpl.createRoleClassServiceDeliveryLocationObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RoleClassServiceDeliveryLocation POCDMT000040HealthCareFacilityImpl.getClassCode()
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type RoleClassServiceDeliveryLocation
 boolean CDAR2Validator.validateRoleClassServiceDeliveryLocation(RoleClassServiceDeliveryLocation roleClassServiceDeliveryLocation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateRoleClassServiceDeliveryLocationObject(RoleClassServiceDeliveryLocation roleClassServiceDeliveryLocationObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)