ca.infoway.messagebuilder.marshalling.hl7.formatter
Class TsFullDateWithTimePropertyFormatter
java.lang.Object
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
ca.infoway.messagebuilder.marshalling.hl7.formatter.TsFullDateWithTimePropertyFormatter
- All Implemented Interfaces:
- PropertyFormatter
public class TsFullDateWithTimePropertyFormatter
- extends AbstractPropertyFormatter
TS.FULLDATEWITHTIME - Abstract TS - must be one of TS.FULLDATE or TS.FULLDATETIME
Represents a TS.FULLDATETIME/TS.DATETIME object as an element:
If an object is null, value is replaced by a nullFlavor. So the element would look
like this:
<element-name nullFlavor="something" />
http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TsFullDateWithTimePropertyFormatter
public TsFullDateWithTimePropertyFormatter()
format
public String format(FormatContext context,
BareANY hl7Value,
int indentLevel)
- Specified by:
format
in interface PropertyFormatter
- Specified by:
format
in class AbstractPropertyFormatter
Copyright © 2013. All Rights Reserved.