public class CM_MDV extends AbstractComposite
Represents an HL7 CM_MDV (minimum/maximum data values) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_MDV(Message message)
Creates a new CM_MDV type
|
| Modifier and Type | Method and Description |
|---|---|
NM |
getCm_mdv1_MinimumValue()
Returns minimum value (component 1).
|
NM |
getCm_mdv2_MaximumValue()
Returns maximum value (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
NM |
getMaximumValue()
Returns maximum value (component 2).
|
NM |
getMinimumValue()
Returns minimum value (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 NM getMinimumValue()
public NM getCm_mdv1_MinimumValue()
public NM getMaximumValue()
public NM getCm_mdv2_MaximumValue()
Copyright © 2001-2014 University Health Network. All Rights Reserved.