68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
maintenance:
|
|
|
|
title: Standard assemblies and namespaces;;
|
|
mlmname: std_include_libs;;
|
|
arden: version 2.5;;
|
|
version: 18.4;;
|
|
institution: Allscripts Corporation, Standard MLM;;
|
|
author: Allscripts Healthcare Solutions, Inc.;;
|
|
specialist: ;;
|
|
date: 2018-10-26;;
|
|
validation: testing;;
|
|
|
|
/* P r o p r i e t a r y N o t i c e */
|
|
/* Unpublished (c) 2013 - 2018 Allscripts Healthcare, LLC. and/or its affiliates. All Rights Reserved.
|
|
|
|
P r o p r i e t a r y N o t i c e: This software has been provided pursuant to a License Agreement, with
|
|
Allscripts Healthcare, LLC. and/or its affiliates, containing restrictions on its use. This software contains
|
|
valuable trade secrets and proprietary information of Allscripts Healthcare, LLC. and/or its affiliates and is
|
|
protected by trade secret and copyright law. This software may not be copied or distributed in any form or medium,
|
|
disclosed to any third parties, or used in any manner not provided for in said License Agreement except with prior
|
|
written authorization from Allscripts Healthcare, LLC. and/or its affiliates. Notice to U.S. Government Users:
|
|
This software is {{{SINGLE-QUOTE}}}Commercial Computer Software{{{SINGLE-QUOTE}}}.
|
|
|
|
All product names are the trademarks or registered trademarks of Allscripts Healthcare, LLC. and/or its affiliates.
|
|
*/
|
|
/* P r o p r i e t a r y N o t i c e */
|
|
|
|
library:
|
|
purpose: The purpose of this MLM is to include the .NET Assemblies and
|
|
namespaces required by most ObjectPlus MLMs
|
|
;;
|
|
explanation: Include this MLM at the start of any MLM that will
|
|
be making any .NET calls standard System and ObjectPlus
|
|
assemblies
|
|
Example:
|
|
standard_libs := MLM {{{SINGLE-QUOTE}}}std_include_libs{{{SINGLE-QUOTE}}};
|
|
include standard_libs;
|
|
;;
|
|
keywords:
|
|
;;
|
|
knowledge:
|
|
type: data-driven;;
|
|
data:
|
|
using "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
|
using "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
|
using "ObjectsPlusXA.SCM";
|
|
using "Sunrise.Tasking.ServiceContracts";
|
|
|
|
using namespace "System";
|
|
using namespace "System.Exception";
|
|
using namespace "System.Windows.Forms";
|
|
using namespace "ObjectsPlusXA.SunriseClinicalManager";
|
|
using namespace "Sunrise.Tasking.ServiceContracts";
|
|
using namespace "Sunrise.Tasking.ServiceContracts.Enums";
|
|
|
|
;;
|
|
priority: 50
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic:
|
|
;;
|
|
action:
|
|
;;
|
|
Urgency: 50;;
|
|
|
|
end:
|