Class CK_ACCOUNT_NO

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CK_ACCOUNT_NO extends AbstractComposite

Represents an HL7 CK_ACCOUNT_NO (Abrechnungsnummer) data type. This type consists of the following components:

  • account number (NM)
  • Check digit (NM)
  • Check digit scheme (ID)
  • Facility 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.
    • getAccountNumber

      public NM getAccountNumber()
      Returns account number (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCk_account_no1_AccountNumber

      Returns account number (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCheckDigit

      public NM getCheckDigit()
      Returns Check digit (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCk_account_no2_CheckDigit

      Returns Check digit (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCheckDigitScheme

      Returns Check digit scheme (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getCk_account_no3_CheckDigitScheme

      Returns Check digit scheme (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getFacilityID

      public ID getFacilityID()
      Returns Facility ID (component 4). This is a convenience method that saves you from casting and handling an exception.
    • getCk_account_no4_FacilityID

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