Skip to content

Commit

Permalink
Remove second lines, as I don't want to maintain for each release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shabiel committed Feb 20, 2019
1 parent 939181e commit 1875f71
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/_webapi.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webapi ; OSE/SMH - Infrastructure web services hooks;Feb 07, 2019@11:03
;;1.0;MUMPS ADVANCED SHELL;;Sep 01, 2012;Build 6
;
R(RESULT,ARGS) ; [Public] GET /r/{routine} Mumps Routine
S RESULT("mime")="text/plain; charset=utf-8"
Expand Down
1 change: 0 additions & 1 deletion src/_webjson.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webjson ;SLC/KCM -- Decode/Encode JSON;Feb 07, 2019@10:51
;;1.0;VIRTUAL PATIENT RECORD;**2,3**;Sep 01, 2011;Build 50
;
; Note: Since the routines use closed array references, VVROOT and VVERR
; are used to reduce risk of naming conflicts on the closed array.
Expand Down
1 change: 0 additions & 1 deletion src/_webjsonDecode.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webjsonDecode ;SLC/KCM -- Decode JSON;Feb 07, 2019@10:54
;;1.0;VIRTUAL PATIENT RECORD;**2,3**;Sep 01, 2011;Build 50
;
DECODE(VVJSON,VVROOT,VVERR) ; Set JSON object into closed array ref VVROOT
;
Expand Down
1 change: 0 additions & 1 deletion src/_webjsonDecodeTest.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webjsonDecodeTest ;SLC/KCM -- Unit tests for JSON decoding;Feb 07, 2019@10:55
;;1.0;JSON DATA STORE;;Sep 01, 2012
;
d EN^%ut($t(+0),3)
quit
Expand Down
1 change: 0 additions & 1 deletion src/_webjsonEncode.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webjsonEncode ;SLC/KCM -- Encode JSON;Feb 07, 2019@11:01
;;1.0;VIRTUAL PATIENT RECORD;**2,3**;Sep 01, 2011;Build 50
;
ENCODE(VVROOT,VVJSON,VVERR) ; VVROOT (M structure) --> VVJSON (array of strings)
;
Expand Down
1 change: 0 additions & 1 deletion src/_webjsonEncodeTest.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webjsonEncodeTest ;SLC/KCM -- Unit tests for JSON encoding;Feb 07, 2019@11:02
;;1.0;JSON DATA STORE;;Sep 01, 2012
;
D EN^%ut($T(+0),3)
quit
Expand Down
1 change: 0 additions & 1 deletion src/_webjsonTestData1.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VPRJUJ01 ;SLC/KCM -- Sample data for JSON decoding;Feb 07, 2019@10:56
;;1.0;JSON DATA STORE;;Sep 01, 2012
;
;
; Portions of this code are public domain, but it was extensively modified
Expand Down
1 change: 0 additions & 1 deletion src/_webjsonTestData2.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VPRJUJ02 ;SLC/KCM -- Sample data for JSON encoding;Feb 07, 2019@10:58
;;1.0;JSON DATA STORE;;Sep 01, 2012
;
;
; Portions of this code are public domain, but it was extensively modified
Expand Down
1 change: 0 additions & 1 deletion src/_webreq.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webreq ;SLC/KCM -- Listen for HTTP requests;Feb 07, 2019@11:04
;;1.0;JSON DATA STORE;;Sep 01, 2012;Build 6
;
; Listener Process ---------------------------------------
;
Expand Down
1 change: 0 additions & 1 deletion src/_webrsp.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webrsp ;SLC/KCM -- Handle HTTP Response;2/20/19 9:19am
;;1.0;JSON DATA STORE;;Sep 01, 2012
;
; -- prepare and send RESPONSE
;
Expand Down
1 change: 0 additions & 1 deletion src/_webutils.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%webutils ;SLC/KCM -- Utilities for HTTP communications ;Feb 07, 2019@11:07
;;1.0;JSON DATA STORE;;Sep 01, 2012
;
UP(X) Q $TR(X,"abcdefghijklmnopqrstuvwxyz","ABCDEFGHIJKLMNOPQRSTUVWXYZ")
LOW(X) Q $TR(X,"ABCDEFGHIJKLMNOPQRSTUVWXYZ","abcdefghijklmnopqrstuvwxyz")
Expand Down

0 comments on commit 1875f71

Please sign in to comment.