Class CM_PRACTITIONER

All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class CM_PRACTITIONER extends AbstractComposite

Represents an HL7 CM_PRACTITIONER (Maßnahme durchgeführt von) data type. This type consists of the following components:

  • Procedure Practitioner ID (CN)
  • procedure practitioner type (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.
    • getProcedurePractitionerID

      Returns Procedure Practitioner ID (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getCm_practitioner1_ProcedurePractitionerID

      Returns Procedure Practitioner ID (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getProcedurePractitionerType

      Returns procedure practitioner type (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getCm_practitioner2_ProcedurePractitionerType

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