Initial Checking with all 820 MLMs
This commit is contained in:
64
MLMStripper/bin/Debug/DOC/DOC_VACCINE_PROTOCOLS.mlm
Normal file
64
MLMStripper/bin/Debug/DOC/DOC_VACCINE_PROTOCOLS.mlm
Normal file
@@ -0,0 +1,64 @@
|
||||
maintenance:
|
||||
|
||||
title: Vaccine Protocol Assessments;;
|
||||
mlmname: DOC_Vaccine_Protocols;;
|
||||
arden: version 5.0;;
|
||||
version: 2.00;;
|
||||
institution: St.Clair Hospital;;
|
||||
author: Teresa Spicuzza;;
|
||||
specialist: ;;
|
||||
date: 2010-02-03;;
|
||||
validation: testing;;
|
||||
|
||||
library:
|
||||
purpose:
|
||||
;;
|
||||
explanation: This "master" MLM calls others for the Pediatric Patient Profile.
|
||||
|
||||
|
||||
Change history
|
||||
|
||||
09.09.2010 TS Copied from DOC_MD_PROGRESSNOTE
|
||||
01.26.2011 TS Added call for Diabetes risk assessment
|
||||
09.21.2011 DW Removed call for Diabetes risk assessment
|
||||
02.08.2012 DW CSR# 26309 - added TDAP MLM
|
||||
02.08.2012 DW CSR# 26945 Added call to DOC_FUNC_ADVANCE_DIRECTIVE
|
||||
07.19.2013 DW CSR# 31450 Free Text Meds
|
||||
|
||||
;;
|
||||
keywords:
|
||||
;;
|
||||
knowledge:
|
||||
type: data-driven;;
|
||||
data:
|
||||
// Recieve arguments from the structured note
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
DocInfluenza := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_INFLUENZA{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL DocInfluenza WITH thisDocumentCommunication;
|
||||
//
|
||||
(thisDocumentCommunication) := argument;
|
||||
DocPneumovax := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_PNEUMOVAX{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL DocPneumovax WITH thisDocumentCommunication;
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
DocDTAP := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_ADVANCE_DIRECTIVE{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL DocDTAP WITH thisDocumentCommunication;
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
DocDTAP := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_TDAP{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL DocDTAP WITH thisDocumentCommunication;
|
||||
/*
|
||||
(thisDocumentCommunication) := argument;
|
||||
DocDTAP := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_FREE_TEXT_MEDS{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL DocDTAP WITH thisDocumentCommunication;
|
||||
*/
|
||||
;;
|
||||
evoke:
|
||||
;;
|
||||
logic: conclude true;
|
||||
;;
|
||||
action: return thisDocumentCommunication;
|
||||
;;
|
||||
Urgency: 50;;
|
||||
end:
|
||||
Reference in New Issue
Block a user