changed DPATV^GPLRIMA to call ANALYZE first to refresh RIM variables.. more usefull in debugging
This commit is contained in:
parent
8dc2885a43
commit
7bff13c4dd
|
@ -402,6 +402,7 @@ DPATV(DFN,IWHICH) ; DISPLAY VARS FOR PATIENT DFN THAT ARE MAINTAINED IN GPLRIM
|
|||
; ALONG WITH SAMPLE VALUES.
|
||||
; IWHICH IS "ALL" OR "MEDS" OR "VITALS" OR "PROBLEMS" OR "ALERTS" OR "LABS"
|
||||
N GTMP
|
||||
D ANALYZE(DFN,1) ; REFRESH THE RIM VARIABLES
|
||||
D RPCGV(.GTMP,DFN,IWHICH)
|
||||
D PARY^GPLXPATH("GTMP")
|
||||
Q
|
||||
|
|
Loading…
Reference in New Issue