Releases: mh-cad/vistarsier
VisTarsier 2 release candidate installer Win64bit
Requires:
- PACS CFIND/CMOVE access for local AE (local AE title is configurable).
- SQL Database
- Windows 64bit
Tested on:
- Windows 7 64 bit
- 8GB RAM
- Microsoft SQL Server
- Mirth Connect
Getting Started:
Once installed you should see the VisTarsier service running. This will monitor the manual and HL7 folders for new files which are named after an accession number. The manual folder can include .json formatted recipes. The VisTarsier service does not directly receive HL7 messages so this will need to be done by externally.
If the web components are installed, you should see 2 additional services. One is a nodeJS-hosted web UI, and the other is a RESTful service to allow for CFIND requests. By default these services are hosted on 5000 and 5001, respectively. If the web service is running but the service is unaccessible, try checking the firewall settings or running the node server directly.
Notes:
Make sure you have opened your local AE port or VisTarsier will throw an error while trying to download studies.
You should only need to download VTSetup_2.exe as the other files are only for reference.
-plwp
VisTarsier Beta Commandline
Updated for dotnet core 3.0
The VisTarsier command line tool allows you to test the pipeline without integrating the workflow into your PACS.
The application is a .NET core universal app (apparently) so needs to be run using the command:
'dotnet VisTarsier.CommandLineTool.dll [prior nifti file] [current nifti file]' from the bin directory.
Where [prior nifti file] and [current nifti file] are replaced with the path for the prior and current nifti files for the patient's FLAIR scans.
VisTarsier Beta Installer
Requires:
- PACS CFIND/CMOVE access for local AE (local AE title is configurable).
- SQL Database
- Windows 64bit
Tested on:
- Windows 7 64 bit
- 8GB RAM
- Microsoft SQL Server
- Mirth Connect
Getting Started:
Once installed you should see the VisTarsier service running. This will monitor the manual and HL7 folders for new files which are named after an accession number. The manual folder can include .json formatted recipes. The VisTarsier service does not directly receive HL7 messages so this will need to be done by externally.
If the web components are installed, you should see 2 additional services. One is a nodeJS-hosted web UI, and the other is a RESTful service to allow for CFIND requests. By default these services are hosted on 5000 and 5001, respectively. If the web service is running but the service is unaccessible, try checking the firewall settings or running the node server directly.
If you have additional issues, please contact us (me) to help improve the application.
-plwp