public class PRL extends AbstractComposite
Represents an HL7 PRL (parent result link) data type. This type consists of the following components:
log| Constructor and Description |
|---|
PRL(Message message)
Creates a new PRL type
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
clear, getTypedencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic Type[] getComponents()
public Type getComponent(int number) throws DataTypeException
number - The component number (0-indexed)DataTypeException - if the given element number is out of range.public CE getOBX3ObservationIdentifierOfParentResult()
public CE getPrl1_OBX3ObservationIdentifierOfParentResult()
public ST getOBX4SubIDOfParentResult()
public ST getPrl2_OBX4SubIDOfParentResult()
public TX getPartOfOBX5ObservationResultFromParent()
public TX getPrl3_PartOfOBX5ObservationResultFromParent()
Copyright © 2001-2012 University Health Network. All Rights Reserved.