Skip to content

Commit

Permalink
Update PIF so that it shows V2 version info as 2.3.1
Browse files Browse the repository at this point in the history
(cherry picked from commit ef752cb)
  • Loading branch information
iheos committed Feb 20, 2018
1 parent 25265f4 commit 6e7e723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adt/src/main/java/gov/nist/toolkit/adt/A01Sender.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class A01Sender {
static Logger logger = Logger.getLogger(A01Sender.class);
private static String[] A01 = new String[4];
static {
A01[0] = "MSH|^~\\&|$MSH3$|$MSH4$|$MSH5$|$MSH6$|201301011226||ADT^A01|HL7MSG00001|P|2.3|";
A01[0] = "MSH|^~\\&|$MSH3$|$MSH4$|$MSH5$|$MSH6$|201301011226||ADT^A01|HL7MSG00001|P|2.3.1|";
A01[1] = "EVN||20090224104145-0600";
A01[2] = "PID|||$pid$||APPLESEED^JOHN^A^III||19710101|M||C|1^CATALYZE STREET^^MADISON^WI^53005-1020|GL|(414)379-1212|(414)271-3434||S||MRN$MRN$^2^M10|123456789|987654^NC|";
A01[3] = "PV1||I";
Expand Down

0 comments on commit 6e7e723

Please sign in to comment.