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.