|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.v24.datatype.CCP
public class CCP
Represents an HL7 CCP (channel calibration parameters) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
CCP(Message message)
Creates a new CCP type |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractType |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.uhn.hl7v2.model.Type |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Constructor Detail |
|---|
public CCP(Message message)
| Method Detail |
|---|
public Type[] getComponents()
getComponents in interface Composite
public Type getComponent(int number)
throws DataTypeException
getComponent in interface Compositenumber - 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||