Class CM_FILLER

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_FILLER extends AbstractComposite

Represents an HL7 CM_FILLER (Bearbeitungsnummer der Leistungsstelle) data type. This type consists of the following components:

  • unique filler id (ID)
  • filler application ID (ID)
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.
    • getUniqueFillerId

      Returns unique filler id (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_filler1_UniqueFillerId

      Returns unique filler id (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getFillerApplicationID

      Returns filler application ID (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_filler2_FillerApplicationID

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