ca.uhn.hl7v2.model.primitive
Class NULLDT

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractType
      extended by ca.uhn.hl7v2.model.AbstractPrimitive
          extended by ca.uhn.hl7v2.model.primitive.NULLDT
All Implemented Interfaces:
Primitive, Type, java.io.Serializable
Direct Known Subclasses:
NULLDT, NULLDT

public class NULLDT
extends AbstractPrimitive

Base class for "NULL" datatype. This is a special case datatype, used in fields which have been withdrawn and are expected to be empty.

Version:
$Revision: 1.1 $ updated on $Date: 2009/03/26 00:39:49 $ by $Author: jamesagnew $
Author:
James Agnew
See Also:
Serialized Form

Constructor Summary
NULLDT(Message theMessage)
          Constructor
 
Method Summary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractPrimitive
clear, encode, getValue, parse, setValue, toString
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractType
getExtraComponents, getMessage, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ca.uhn.hl7v2.model.Type
getExtraComponents, getMessage, getName
 

Constructor Detail

NULLDT

public NULLDT(Message theMessage)
Constructor

Parameters:
theMessage - The message


Copyright © 2001-2011 University Health Network. All Rights Reserved.