Class CM_PCF

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_PCF extends AbstractComposite

Represents an HL7 CM_PCF (Pre-certification required) data type. This type consists of the following components:

  • pre-certification patient type (ID)
  • pre-certication required (ID)
  • pre-certification window (TS)
See Also:
  • Constructor Details

    • CM_PCF

      public CM_PCF(Message message)
      Creates a new CM_PCF 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.
    • getPreCertificationPatientType

      Returns pre-certification patient type (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_pcf1_PreCertificationPatientType

      Returns pre-certification patient type (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getPreCerticationRequired

      Returns pre-certication required (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_pcf2_PreCerticationRequired

      Returns pre-certication required (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getPreCertificationWindow

      Returns pre-certification window (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getCm_pcf3_PreCertificationWindow

      Returns pre-certification window (component 3). This is a convenience method that saves you from casting and handling an exception.