Skip to content

Commit

Permalink
Blood venous collection sample = BLOOD in VistA
Browse files Browse the repository at this point in the history
  • Loading branch information
shabiel committed Feb 14, 2025
1 parent f7a8323 commit 33e815d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SYNFLAB.m
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ s result("status","status")="NotStarted"
. S CSAMP=$$GET1^DIQ(95.3,$p(obscode,"-"),4)
. I CSAMP["SER/PLAS" S CSAMP="SERUM"
. I CSAMP["Whole blood" S CSAMP="BLOOD"
. I CSAMP["Blood venous" S CSAMP="BLOOD"
. I CSAMP["Urine Sediment" S CSAMP="URINE"
. I CSAMP["Platelet poor plasma" S CSAMP="PLASMA"
. I CSAMP["Blood arterial" S CSAMP="ARTERIAL BLOOD"
Expand Down
1 change: 1 addition & 0 deletions src/SYNFPAN.m
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ s result("status","status")="NotStarted"
. S CSAMP=$$GET1^DIQ(95.3,$p(loinc,"-"),4)
. I CSAMP["SER/PLAS" S CSAMP="SERUM"
. I CSAMP["Whole blood" S CSAMP="BLOOD"
. I CSAMP["Blood venous" S CSAMP="BLOOD"
. I CSAMP["Urine Sediment" S CSAMP="URINE"
. I CSAMP["Platelet poor plasma" S CSAMP="PLASMA"
. I CSAMP["Blood arterial" S CSAMP="ARTERIAL BLOOD"
Expand Down

0 comments on commit 33e815d

Please sign in to comment.