Class CM_LICENSE_NO

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_LICENSE_NO extends AbstractComposite

Represents an HL7 CM_LICENSE_NO (CM für Führerscheinlizenzen) data type. This type consists of the following components:

  • License Number (ST)
  • issuing state,province,country (ST)
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.
    • getLicenseNumber

      public ST getLicenseNumber()
      Returns License Number (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_license_no1_LicenseNumber

      Returns License Number (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getIssuingStateProvinceCountry

      Returns issuing state,province,country (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_license_no2_IssuingStateProvinceCountry

      Returns issuing state,province,country (component 2). This is a convenience method that saves you from casting and handling an exception.