ca.uhn.hl7v2.model.v24.datatype
Class NM
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractPrimitive
ca.uhn.hl7v2.model.v24.datatype.NM
- All Implemented Interfaces:
- Primitive, Type, Serializable
public class NM
- extends AbstractPrimitive
Represents an HL7 NM (numeric) data type.
A NM contains a single String value.
- See Also:
- Serialized Form
|
Constructor Summary |
NM(Message message)
Constructs an uninitialized NM. |
NM
public NM(Message message)
- Constructs an uninitialized NM.
- Parameters:
message - the Message to which this Type belongs
getVersion
public String getVersion()
- Returns:
- "2.4"
Copyright © 2001-2011 University Health Network. All Rights Reserved.