All Implemented Interfaces:
Primitive, Type, Visitable, Serializable

public class TX extends AbstractTextPrimitive

Represents an HL7 TX (text data) data type. A TX contains a single String value.

See Also:
  • Constructor Details

    • TX

      public TX(Message message)
      Constructs an uninitialized TX.
      Parameters:
      message - the Message to which this Type belongs
  • Method Details