public class CM_DLT extends AbstractComposite
Represents an HL7 CM_DLT (delta check) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_DLT(Message message)
Creates a new CM_DLT type
|
| Modifier and Type | Method and Description |
|---|---|
ST |
getChange()
Returns change (component 3).
|
CM_RANGE |
getCm_dlt1_Range()
Returns Range (component 1).
|
NM |
getCm_dlt2_NumericThreshold()
Returns numeric threshold (component 2).
|
ST |
getCm_dlt3_Change()
Returns change (component 3).
|
NM |
getCm_dlt4_LengthOfTimeDays()
Returns length of time-days (component 4).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
NM |
getLengthOfTimeDays()
Returns length of time-days (component 4).
|
NM |
getNumericThreshold()
Returns numeric threshold (component 2).
|
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 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_dlt1_Range()
public NM getNumericThreshold()
public NM getCm_dlt2_NumericThreshold()
public ST getChange()
public ST getCm_dlt3_Change()
public NM getLengthOfTimeDays()
public NM getCm_dlt4_LengthOfTimeDays()
Copyright © 2001-2013 University Health Network. All Rights Reserved.