|
||||||||||
| 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.RP
public class RP
Represents an HL7 RP (reference pointer) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
RP(Message message)
Creates a new RP type |
|
| Method Summary | |
|---|---|
HD |
getApplicationID()
Returns application ID (component #2). |
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
ST |
getPointer()
Returns pointer (component #1). |
ST |
getRp1_Pointer()
Returns pointer (component #1). |
HD |
getRp2_ApplicationID()
Returns application ID (component #2). |
ID |
getRp3_TypeOfData()
Returns type of data (component #3). |
ID |
getRp4_Subtype()
Returns subtype (component #4). |
ID |
getSubtype()
Returns subtype (component #4). |
ID |
getTypeOfData()
Returns type of data (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 RP(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 ST getPointer()
public ST getRp1_Pointer()
public HD getApplicationID()
public HD getRp2_ApplicationID()
public ID getTypeOfData()
public ID getRp3_TypeOfData()
public ID getSubtype()
public ID getRp4_Subtype()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||