All Implemented Interfaces:
Composite, Type, Visitable, Serializable

public class PRL extends AbstractComposite

Represents an HL7 PRL (Parent Result Link) data type. This type consists of the following components:

  • Parent Observation Identifier (CE)
  • Parent Observation Sub-identifier (ST)
  • Parent Observation Value Descriptor (TX)
See Also:
  • Constructor Details

    • PRL

      public PRL(Message message)
      Creates a new PRL type
  • 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.
    • getParentObservationIdentifier

      Returns Parent Observation Identifier (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getPrl1_ParentObservationIdentifier

      Returns Parent Observation Identifier (component 1). This is a convenience method that saves you from casting and handling an exception.
    • getParentObservationSubIdentifier

      Returns Parent Observation Sub-identifier (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getPrl2_ParentObservationSubIdentifier

      Returns Parent Observation Sub-identifier (component 2). This is a convenience method that saves you from casting and handling an exception.
    • getParentObservationValueDescriptor

      Returns Parent Observation Value Descriptor (component 3). This is a convenience method that saves you from casting and handling an exception.
    • getPrl3_ParentObservationValueDescriptor

      Returns Parent Observation Value Descriptor (component 3). This is a convenience method that saves you from casting and handling an exception.