public class CM_CCP extends AbstractComposite
Represents an HL7 CM_CCP (channel calibration parameters) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_CCP(Message message)
Creates a new CM_CCP type
|
| Modifier and Type | Method and Description |
|---|---|
NM |
getBaseline()
Returns baseline (component 2).
|
NM |
getCm_ccp1_SensitivityCorrectionFactor()
Returns sensitivity correction factor (component 1).
|
NM |
getCm_ccp2_Baseline()
Returns baseline (component 2).
|
NM |
getCm_ccp3_TimeSkew()
Returns time skew (component 3).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
NM |
getSensitivityCorrectionFactor()
Returns sensitivity correction factor (component 1).
|
NM |
getTimeSkew()
Returns time skew (component 3).
|
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 getSensitivityCorrectionFactor()
public NM getCm_ccp1_SensitivityCorrectionFactor()
public NM getBaseline()
public NM getCm_ccp2_Baseline()
public NM getTimeSkew()
public NM getCm_ccp3_TimeSkew()
Copyright © 2001-2014 University Health Network. All Rights Reserved.