public class CM_UVC extends AbstractComposite
Represents an HL7 CM_UVC (Value code and amount) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_UVC(Message message)
Creates a new CM_UVC type
|
| Modifier and Type | Method and Description |
|---|---|
IS |
getCm_uvc1_ValueCode()
Returns value code (component 1).
|
NM |
getCm_uvc2_ValueAmount()
Returns value amount (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
NM |
getValueAmount()
Returns value amount (component 2).
|
IS |
getValueCode()
Returns value code (component 1).
|
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 IS getValueCode()
public IS getCm_uvc1_ValueCode()
public NM getValueAmount()
public NM getCm_uvc2_ValueAmount()
Copyright © 2001-2014 University Health Network. All Rights Reserved.