public class CM_PRL extends AbstractComposite
Represents an HL7 CM_PRL (parent result link) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_PRL(Message message)
Creates a new CM_PRL type
|
| Modifier and Type | Method and Description |
|---|---|
CE |
getCm_prl1_OBX3ObservationIdentifierOfParentResult()
Returns OBX-3 observation identifier of parent result (component 1).
|
ST |
getCm_prl2_OBX4SubIDOfParentResult()
Returns OBX-4 sub-ID of parent result (component 2).
|
TX |
getCm_prl3_PartOfOBX5ObservationResultFromParent()
Returns part of OBX-5 observation result from parent (component 3).
|
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).
|
accept, clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, provideLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parseprovideLocationpublic 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 getCm_prl1_OBX3ObservationIdentifierOfParentResult()
public ST getOBX4SubIDOfParentResult()
public ST getCm_prl2_OBX4SubIDOfParentResult()
public TX getPartOfOBX5ObservationResultFromParent()
public TX getCm_prl3_PartOfOBX5ObservationResultFromParent()
Copyright © 2001-2014 University Health Network. All Rights Reserved.