© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Publish to IMP / ZPM repo
Changed root package name to mitigate conflict.
IRIS Integration utility to report difference in Routing HL7 behaviour between Systems and versions.
Implementation consists of the single class: alwo.UnitTest.RuleSet.BulkProfile
On System A
On System B
Using faviorite comprison tool:
IPM (ZPM) : install alwo-unittest-ruleset-bulkprofile
set inputDirectory="C:\temp\RuleSetHL7" set fileWildCard="*.txt" set outputReport="RuleReportIRIS2022.csv" set serviceName="From_SystemZ" set targetName="MsgRouter" do ##class(alwo.UnitTest.RuleSet.BulkProfile).EvaluateRecords(inputDirectory,fileWildCard,outputReport,serviceName,targetName)
Argument “fileWildCard”
Argument “serviceName” (Required)
Argument “targetName” - (Optional)
By default CSV reports will be created in same directory as source HL7 input files. Specify an absolute path if you want in a different location.