All Implemented Interfaces:
Primitive, Type, Visitable, Serializable

public class NM extends AbstractPrimitive

Represents an HL7 NM (numeric) data type. A NM contains a single String value.

See Also:
  • Constructor Details

    • NM

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