All Implemented Interfaces:
Primitive, Type, Visitable, Serializable

public class TN extends AbstractPrimitive

Represents an HL7 TN (telephone number) data type. A TN contains a single String value.

See Also:
  • Constructor Details

    • TN

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