|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.v24.datatype.PRL
public class PRL
Represents an HL7 PRL (parent result link) data type. This type consists of the following components:
| 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 |
|---|
public PRL(Message message)
| Method Detail |
|---|
public Type[] getComponents()
getComponents in interface Composite
public Type getComponent(int number)
throws DataTypeException
getComponent in interface Compositenumber - 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||