Class CCP

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CCP extends AbstractComposite

Represents an HL7 CCP (channel calibration parameters) data type. This type consists of the following components:

  • channel calibration sensitivity correction factor (NM)
  • channel calibration baseline (NM)
  • channel calibration time skew (NM)
See Also:
  • Constructor Details

    • CCP

      public CCP(Message message)
      Creates a new CCP type
  • Method Details

    • getComponents

      public Type[] getComponents()
      Returns an array containing the data elements.
    • getComponent

      public Type getComponent(int number) throws DataTypeException
      Returns an individual data component.
      Parameters:
      number - The component number (0-indexed)
      Throws:
      DataTypeException - if the given element number is out of range.
    • getChannelCalibrationSensitivityCorrectionFactor

      Returns channel calibration sensitivity correction factor (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCcp1_ChannelCalibrationSensitivityCorrectionFactor

      Returns channel calibration sensitivity correction factor (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getChannelCalibrationBaseline

      Returns channel calibration baseline (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCcp2_ChannelCalibrationBaseline

      Returns channel calibration baseline (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getChannelCalibrationTimeSkew

      Returns channel calibration time skew (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getCcp3_ChannelCalibrationTimeSkew

      Returns channel calibration time skew (component 3). This is a convenience method that saves you from casting and handling an exception.