public class CM_ABS_RANGE extends AbstractComposite
Represents an HL7 CM_ABS_RANGE (absolute range) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_ABS_RANGE(Message message)
Creates a new CM_ABS_RANGE type
|
| Modifier and Type | Method and Description |
|---|---|
CM_RANGE |
getCm_abs_range1_Range()
Returns Range (component 1).
|
NM |
getCm_abs_range2_NumericChange()
Returns Numeric Change (component 2).
|
NM |
getCm_abs_range3_PercentPerChange()
Returns Percent per Change (component 3).
|
NM |
getCm_abs_range4_Days()
Returns Days (component 4).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
NM |
getDays()
Returns Days (component 4).
|
NM |
getNumericChange()
Returns Numeric Change (component 2).
|
NM |
getPercentPerChange()
Returns Percent per Change (component 3).
|
CM_RANGE |
getRange()
Returns Range (component 1).
|
clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic CM_ABS_RANGE(Message message)
public 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 CM_RANGE getRange()
public CM_RANGE getCm_abs_range1_Range()
public NM getNumericChange()
public NM getCm_abs_range2_NumericChange()
public NM getPercentPerChange()
public NM getCm_abs_range3_PercentPerChange()
public NM getDays()
public NM getCm_abs_range4_Days()
Copyright © 2001-2013 University Health Network. All Rights Reserved.