All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.uhn.hl7v2.model.v251.datatype.NULLDT Maven / Gradle / Ivy

/*
 * Created on Mar 25, 2009
 */
package ca.uhn.hl7v2.model.v251.datatype;

import ca.uhn.hl7v2.model.Message;

/**
 * Special datatype used in fields which have been withdrawn from the HL7
 * specification and should not contain a value.
 * 
 * @author James Agnew
 * @version $Revision: 1.1 $ updated on $Date: 2009-03-26 00:39:49 $ by $Author: jamesagnew $
 */
public class NULLDT extends ca.uhn.hl7v2.model.primitive.NULLDT
{

    private static final long serialVersionUID = 1368888406738419721L;

    /**
     * Constructor
     * 
     * @param theMessage The message
     */
    public NULLDT(Message theMessage) {
        super(theMessage);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy