public class VR extends AbstractComposite
Represents an HL7 VR (value qualifier) data type. This type consists of the following components:
log| Constructor and Description |
|---|
VR(Message message)
Creates a new VR 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.
|
ST |
getFirstDataCodeValue()
Returns first data code value (component 1).
|
ST |
getLastDataCodeCalue()
Returns Last data code calue (component 2).
|
ST |
getVr1_FirstDataCodeValue()
Returns first data code value (component 1).
|
ST |
getVr2_LastDataCodeCalue()
Returns Last data code calue (component 2).
|
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 ST getFirstDataCodeValue()
public ST getVr1_FirstDataCodeValue()
public ST getLastDataCodeCalue()
public ST getVr2_LastDataCodeCalue()
Copyright © 2001-2012 University Health Network. All Rights Reserved.