Initial Checking with all 820 MLMs
This commit is contained in:
41
MLMStripper/bin/Debug/DOC/DOC_OUTPATIENT_CLOSE.mlm
Normal file
41
MLMStripper/bin/Debug/DOC/DOC_OUTPATIENT_CLOSE.mlm
Normal file
@@ -0,0 +1,41 @@
|
||||
maintenance:
|
||||
|
||||
title: DOC_OUTPATIENT_CLOSE;;
|
||||
mlmname: DOC_OUTPATIENT_CLOSE;;
|
||||
arden: version 5.0;;
|
||||
version: 2.00;;
|
||||
institution: St.Clair Hospital;;
|
||||
author: Shawn Head x7468;;
|
||||
specialist: ;;
|
||||
date: 2017-08-23;;
|
||||
validation: testing;;
|
||||
|
||||
library:
|
||||
purpose:
|
||||
;;
|
||||
explanation: This MLM will call functional MLMs to be run upon close of the Outpatient documents
|
||||
|
||||
Change history
|
||||
|
||||
8/25/2017 - CSR#: 35320 - STH - Created
|
||||
|
||||
;;
|
||||
keywords:
|
||||
;;
|
||||
knowledge:
|
||||
type: data-driven;;
|
||||
data:
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
PrintReports := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_PRINT_OUTPATIENT_REPORTS{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL PrintReports WITH thisDocumentCommunication;
|
||||
|
||||
;;
|
||||
evoke:
|
||||
;;
|
||||
logic: conclude true;
|
||||
;;
|
||||
action: return thisDocumentCommunication;
|
||||
;;
|
||||
Urgency: 50;;
|
||||
end:
|
||||
Reference in New Issue
Block a user