Command Line

Command Line

Caristix Workgroup allows you to execute common tasks using a command line. This allows you to automate operations, such as data conversion, de-identification, test execution, etc. To automate operations, you will be able to use the WorkgroupConsole executable located in the software’s installation folder (typically C:\Program Files (x86)\Caristix\Caristix Workgroup).

You can open a command prompt and type the following command to get a list of available commands
WorkgroupConsole.exe help

To get help on a particular command, type
WorkgroupConsole.exe help <command-name>

Available Commands

Convert-HL7-To-XML

This command will convert HL7v2 messages from HL7v2-ER7 format (pipe-delimited) to the HL7v2-XML format.

To get help with this command, type: WorkgroupConsole.exe help Convert-HL7-to-XML

 

Convert-XML-To-HL7

This command will convert HL7v2 messages from HL7v2-XML format to the HL7v2-ER7 (pipe-delimited).

To get help with this command, type: WorkgroupConsole.exe help Convert-XML-to-HL7

 

De-Identify-HL7

This command will de-identify HL7v2-ER7 messages.

To get help with this command, type: WorkgroupConsole.exe help De-Identify-HL7

 

De-Identify-Xml

This command will de-identify HL7v2-XML messages, HL7v3 documents, or FHIR-XML resources.

To get help with this command, type: WorkgroupConsole.exe help De-Identify-XML

 

Execute-Test

This command will execute a Caristix Scenario Suite.

To get help with this command, type: WorkgroupConsole.exe help Execute-Test

 

Message-Comparison-HL7

This command will compare 2 sets of HL7v2-ER7 messages and create a report listing differences.

To get help with this command, type: WorkgroupConsole.exe help Message-Comparison-HL7

 

Search-And-Filter-HL7

This command will extract a subset of HL7v2-ER7 messages, according to the provided filter rules.

To get help with this command, type: WorkgroupConsole.exe help Search-And-Filter-HL7