Skip to content

Commit

Permalink
ZW -> ZWRITE.
Browse files Browse the repository at this point in the history
  • Loading branch information
shabiel committed Nov 19, 2019
1 parent 11b272f commit e29ea25
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions VistA-REST-services/src/SYNDHPMP.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SYNDHPMP ; AFHIL/FJF - HealthConcourse - terminology mapping ;2019-10-17 11:18 AM
SYNDHPMP ; AFHIL/FJF - HealthConcourse - terminology mapping ;2019-11-19 8:55 AM
;;0.3;VISTA SYNTHETIC DATA LOADER;;Jul 01, 2019;Build 1
;;
;;Original routine authored by Andrew Thompson & Ferdinand Frankson of Perspecta 2017-2019
Expand Down Expand Up @@ -153,9 +153,9 @@
D DECODE^XLFJSON("MAPMV","MAPMVO")
;
W !,URLSV,!!
ZW MAPSVO
ZWRITE MAPSVO
w !!,URLMV,!!
ZW MAPMVO
ZWRITE MAPMVO
;
Q
;
Expand All @@ -181,9 +181,9 @@ D NTS("MAPMV")
D DECODE^XLFJSON("MAPMV","MAPMVO")
;
W !,URLSV,!!
ZW MAPSVO
ZWRITE MAPSVO
w !!,URLMV,!!
ZW MAPMVO
ZWRITE MAPMVO
;
Q
T5 ; new server (vista2) tests
Expand Down Expand Up @@ -230,4 +230,3 @@ D NTS("MAPMV")
.S VALUE=+VALUE
.S @N=VALUE
Q

0 comments on commit e29ea25

Please sign in to comment.