All Implemented Interfaces:
Primitive, Type, Visitable, Serializable

public class FT extends AbstractTextPrimitive

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

See Also:
  • Constructor Details

    • FT

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