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

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

public class DSP
extends AbstractSegment

Represents an HL7 DSP message segment (Display Data). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
DSP(Group parent, ModelClassFactory factory)
          Creates a new DSP segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 TX getDataLine()
          Returns DSP-3: "Data Line" - creates it if necessary
 SI getDisplayLevel()
          Returns DSP-2: "Display Level" - creates it if necessary
 SI getDsp1_SetIDDSP()
          Returns DSP-1: "Set ID - DSP" - creates it if necessary
 SI getDsp2_DisplayLevel()
          Returns DSP-2: "Display Level" - creates it if necessary
 TX getDsp3_DataLine()
          Returns DSP-3: "Data Line" - creates it if necessary
 ST getDsp4_LogicalBreakPoint()
          Returns DSP-4: "Logical Break Point" - creates it if necessary
 TX getDsp5_ResultID()
          Returns DSP-5: "Result ID" - creates it if necessary
 ST getLogicalBreakPoint()
          Returns DSP-4: "Logical Break Point" - creates it if necessary
 TX getResultID()
          Returns DSP-5: "Result ID" - creates it if necessary
 SI getSetIDDSP()
          Returns DSP-1: "Set ID - DSP" - 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

DSP

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

Method Detail

getSetIDDSP

public SI getSetIDDSP()
Returns DSP-1: "Set ID - DSP" - creates it if necessary


getDsp1_SetIDDSP

public SI getDsp1_SetIDDSP()
Returns DSP-1: "Set ID - DSP" - creates it if necessary


getDisplayLevel

public SI getDisplayLevel()
Returns DSP-2: "Display Level" - creates it if necessary


getDsp2_DisplayLevel

public SI getDsp2_DisplayLevel()
Returns DSP-2: "Display Level" - creates it if necessary


getDataLine

public TX getDataLine()
Returns DSP-3: "Data Line" - creates it if necessary


getDsp3_DataLine

public TX getDsp3_DataLine()
Returns DSP-3: "Data Line" - creates it if necessary


getLogicalBreakPoint

public ST getLogicalBreakPoint()
Returns DSP-4: "Logical Break Point" - creates it if necessary


getDsp4_LogicalBreakPoint

public ST getDsp4_LogicalBreakPoint()
Returns DSP-4: "Logical Break Point" - creates it if necessary


getResultID

public TX getResultID()
Returns DSP-5: "Result ID" - creates it if necessary


getDsp5_ResultID

public TX getDsp5_ResultID()
Returns DSP-5: "Result 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.