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

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

public class DSC
extends AbstractSegment

Represents an HL7 DSC message segment (Continuation Pointer). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
DSC(Group parent, ModelClassFactory factory)
          Creates a new DSC segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 ST getContinuationPointer()
          Returns DSC-1: "Continuation Pointer" - creates it if necessary
 ID getContinuationStyle()
          Returns DSC-2: "Continuation Style" - creates it if necessary
 ST getDsc1_ContinuationPointer()
          Returns DSC-1: "Continuation Pointer" - creates it if necessary
 ID getDsc2_ContinuationStyle()
          Returns DSC-2: "Continuation Style" - 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

DSC

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

Method Detail

getContinuationPointer

public ST getContinuationPointer()
Returns DSC-1: "Continuation Pointer" - creates it if necessary


getDsc1_ContinuationPointer

public ST getDsc1_ContinuationPointer()
Returns DSC-1: "Continuation Pointer" - creates it if necessary


getContinuationStyle

public ID getContinuationStyle()
Returns DSC-2: "Continuation Style" - creates it if necessary


getDsc2_ContinuationStyle

public ID getDsc2_ContinuationStyle()
Returns DSC-2: "Continuation Style" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


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