ca.infoway.messagebuilder.marshalling.hl7
Class TsDateFormats

Package class diagram package TsDateFormats
java.lang.Object
  extended by ca.infoway.messagebuilder.marshalling.hl7.TsDateFormats

public class TsDateFormats
extends Object


Field Summary
static List<String> datetimeFormatsRequiringWarning
           
static Map<String,String> expandedFormats
           
static Map<StandardDataType,List<String>> formats
           
static Map<Hl7BaseVersion,Map<StandardDataType,List<String>>> versionFormatExceptions
           
 
Constructor Summary
TsDateFormats()
           
 
Method Summary
static String[] getAllDateFormats(StandardDataType standardDataType, VersionNumber version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formats

public static final Map<StandardDataType,List<String>> formats

expandedFormats

public static final Map<String,String> expandedFormats

versionFormatExceptions

public static final Map<Hl7BaseVersion,Map<StandardDataType,List<String>>> versionFormatExceptions

datetimeFormatsRequiringWarning

public static final List<String> datetimeFormatsRequiringWarning
Constructor Detail

TsDateFormats

public TsDateFormats()
Method Detail

getAllDateFormats

public static String[] getAllDateFormats(StandardDataType standardDataType,
                                         VersionNumber version)


Copyright © 2013. All Rights Reserved.