Class CM_FINANCE

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_FINANCE extends AbstractComposite

Represents an HL7 CM_FINANCE (CM für Finanzen) data type. This type consists of the following components:

  • financial class ID (ID)
  • effective date (TS)
See Also:
  • Constructor Details

  • 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.
    • getFinancialClassID

      Returns financial class ID (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_finance1_FinancialClassID

      Returns financial class ID (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getEffectiveDate

      public TS getEffectiveDate()
      Returns effective date (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_finance2_EffectiveDate

      Returns effective date (component 2). This is a convenience method that saves you from casting and handling an exception.