ca.uhn.hl7v2.model.v24.segment
Class RGS

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractSegment
      extended by ca.uhn.hl7v2.model.v24.segment.RGS
All Implemented Interfaces:
Segment, Structure, Serializable

public class RGS
extends AbstractSegment

Represents an HL7 RGS message segment (Resource Group). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
RGS(Group parent, ModelClassFactory factory)
          Creates a new RGS segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 CE getResourceGroupID()
          Returns RGS-3: "Resource Group ID" - creates it if necessary
 SI getRgs1_SetIDRGS()
          Returns RGS-1: "Set ID - RGS" - creates it if necessary
 ID getRgs2_SegmentActionCode()
          Returns RGS-2: "Segment Action Code" - creates it if necessary
 CE getRgs3_ResourceGroupID()
          Returns RGS-3: "Resource Group ID" - creates it if necessary
 ID getSegmentActionCode()
          Returns RGS-2: "Segment Action Code" - creates it if necessary
 SI getSetIDRGS()
          Returns RGS-1: "Set ID - RGS" - creates it if necessary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RGS

public RGS(Group parent,
           ModelClassFactory factory)
Creates a new RGS segment

Method Detail

getSetIDRGS

public SI getSetIDRGS()
Returns RGS-1: "Set ID - RGS" - creates it if necessary


getRgs1_SetIDRGS

public SI getRgs1_SetIDRGS()
Returns RGS-1: "Set ID - RGS" - creates it if necessary


getSegmentActionCode

public ID getSegmentActionCode()
Returns RGS-2: "Segment Action Code" - creates it if necessary


getRgs2_SegmentActionCode

public ID getRgs2_SegmentActionCode()
Returns RGS-2: "Segment Action Code" - creates it if necessary


getResourceGroupID

public CE getResourceGroupID()
Returns RGS-3: "Resource Group ID" - creates it if necessary


getRgs3_ResourceGroupID

public CE getRgs3_ResourceGroupID()
Returns RGS-3: "Resource Group ID" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


Copyright © 2001-2011 University Health Network. All Rights Reserved.