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