ca.uhn.hl7v2.model.v24.datatype
Class PRL

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractType
      extended by ca.uhn.hl7v2.model.v24.datatype.PRL
All Implemented Interfaces:
Composite, Type, Serializable

public class PRL
extends AbstractType
implements Composite

Represents an HL7 PRL (parent result link) data type. This type consists of the following components:

See Also:
Serialized Form

Constructor Summary
PRL(Message message)
          Creates a new PRL type
 
Method Summary
 Type getComponent(int number)
          Returns an individual data component.
 Type[] getComponents()
          Returns an array containing the data elements.
 CE getOBX3ObservationIdentifierOfParentResult()
          Returns OBX-3 observation identifier of parent result (component #1).
 ST getOBX4SubIDOfParentResult()
          Returns OBX-4 sub-ID of parent result (component #2).
 TX getPartOfOBX5ObservationResultFromParent()
          Returns part of OBX-5 observation result from parent (component #3).
 CE getPrl1_OBX3ObservationIdentifierOfParentResult()
          Returns OBX-3 observation identifier of parent result (component #1).
 ST getPrl2_OBX4SubIDOfParentResult()
          Returns OBX-4 sub-ID of parent result (component #2).
 TX getPrl3_PartOfOBX5ObservationResultFromParent()
          Returns part of OBX-5 observation result from parent (component #3).
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractType
clear, encode, getExtraComponents, getMessage, getName, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.uhn.hl7v2.model.Type
clear, encode, getExtraComponents, getMessage, getName, parse
 

Constructor Detail

PRL

public PRL(Message message)
Creates a new PRL type

Method Detail

getComponents

public Type[] getComponents()
Returns an array containing the data elements.

Specified by:
getComponents in interface Composite

getComponent

public Type getComponent(int number)
                  throws DataTypeException
Returns an individual data component.

Specified by:
getComponent in interface Composite
Parameters:
number - The component number (0-indexed)
Throws:
DataTypeException - if the given element number is out of range.

getOBX3ObservationIdentifierOfParentResult

public CE getOBX3ObservationIdentifierOfParentResult()
Returns OBX-3 observation identifier of parent result (component #1). This is a convenience method that saves you from casting and handling an exception.


getPrl1_OBX3ObservationIdentifierOfParentResult

public CE getPrl1_OBX3ObservationIdentifierOfParentResult()
Returns OBX-3 observation identifier of parent result (component #1). This is a convenience method that saves you from casting and handling an exception.


getOBX4SubIDOfParentResult

public ST getOBX4SubIDOfParentResult()
Returns OBX-4 sub-ID of parent result (component #2). This is a convenience method that saves you from casting and handling an exception.


getPrl2_OBX4SubIDOfParentResult

public ST getPrl2_OBX4SubIDOfParentResult()
Returns OBX-4 sub-ID of parent result (component #2). This is a convenience method that saves you from casting and handling an exception.


getPartOfOBX5ObservationResultFromParent

public TX getPartOfOBX5ObservationResultFromParent()
Returns part of OBX-5 observation result from parent (component #3). This is a convenience method that saves you from casting and handling an exception.


getPrl3_PartOfOBX5ObservationResultFromParent

public TX getPrl3_PartOfOBX5ObservationResultFromParent()
Returns part of OBX-5 observation result from parent (component #3). This is a convenience method that saves you from casting and handling an exception.



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