Initial Checking with all 820 MLMs
This commit is contained in:
61
MLMStripper/bin/Debug/SCH/SCH_ALERT_ON_CPK_ISOENZYMES.mlm
Normal file
61
MLMStripper/bin/Debug/SCH/SCH_ALERT_ON_CPK_ISOENZYMES.mlm
Normal file
@@ -0,0 +1,61 @@
|
||||
maintenance:
|
||||
|
||||
title: SCH_ALERT_ON_CPK_ISOENZYMES;;
|
||||
mlmname: SCH_ALERT_ON_CPK_ISOENZYMES;;
|
||||
arden: version 2.5;;
|
||||
version: 15.3;;
|
||||
institution: ;;
|
||||
author: Maria Pest;;
|
||||
specialist: Shawn Head x7468;;
|
||||
date: 2018-04-17;;
|
||||
validation: testing;;
|
||||
|
||||
library:
|
||||
purpose:
|
||||
;;
|
||||
explanation:
|
||||
|
||||
|
||||
Change history
|
||||
|
||||
04.17.2018 STH CSR# 36392 - Created
|
||||
|
||||
|
||||
;;
|
||||
keywords:
|
||||
;;
|
||||
knowledge:
|
||||
type: data-driven;;
|
||||
data:
|
||||
|
||||
|
||||
Order_Event_Init := event{OrderInit User Order : WHERE Name = "CPK Isoenzymes" };
|
||||
|
||||
ClientGuid := EVOKINGOBJECT.ClientGUID;
|
||||
ChartGuid := EVOKINGOBJECT.ChartGUID;
|
||||
VisitGuid := EVOKINGOBJECT.ClientVisitGUID;
|
||||
|
||||
send_alert:= "DoNotSend";
|
||||
alert_dest:= destination { Alert: warning, "CPK Isoenzymes Alert", high, chart, "CPK Isoenzymes Alert MLM", 15042, send_alert, "" };
|
||||
|
||||
alert_message := "The American College of Cardiology recognizes Troponin as the biomarker of choice due to its nearly absolute specificity and high clinical sensitivity for myocardial injury. \n\nCK-MB provides no incremental value to patient care. \n\n{{+B}}{{+R}}Do you wish to proceed with this order?{{-B}}{{-R}}";
|
||||
|
||||
|
||||
|
||||
;;
|
||||
priority: 50
|
||||
;;
|
||||
evoke: Order_Event_Init;
|
||||
;;
|
||||
logic:
|
||||
Conclude True;
|
||||
;;
|
||||
action:
|
||||
|
||||
|
||||
If alert_message <> "" then write alert_message at alert_dest; endif;
|
||||
|
||||
|
||||
;;
|
||||
Urgency: 50;;
|
||||
end:
|
||||
Reference in New Issue
Block a user