Skip to content

JoseFerrer/goMPPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

goMPPS

Dicom MPPS API for MirthConnect using findscu of dcm4chee tool kit

Get C-Find studies

This Application perform C-Find SCU queries with Series retrieve level to simulate MPPS based in configuration file

Configuration JSON

This JSON provide the configuration:

  • DBMWL: File Path where Mirth Connect save the XML file coming from RIS
  • executable: Path of dcm4chee findscu
  • PACSAETitle: AETitle of PACS target
  • PACSIP: PACS target IP
  • PACSPort: PACS target port
  • ENTITYAETitle: AETitle of Entity findscu
  • ENTITYIP: Entity source IP
  • ENTITYPort: Entity source Port
  • NroTag: DICOM Tag for matching key
  • OptionsTags: DICOMs Tag for Specify returning key
  • JSONMPPSPath: MPPS JSON database
  • ElapsedTime: Time for Queries to Database in seconds
{
	"MWLPath": "/Users/Name/NNN/xml_dcm/",
	"DBMWL": "/Users/Name/NNN/DB_MWL/",
	"Index": "/Users/Name/NNN/Index/",
	"executable": "/Users/Name/dcm4che-5.14.0/bin/findscu ",
	"PACSAETitle": "DCM4CHEE",
	"PACSIP": "192.168.1.36",
	"PACSPort": "11112",
	"NroTag": "00100010",
	"OptionsTags": "-r 00080050 -r 0020000E -r 0020000D -r 00080031 -r 00080021 -r 00081030 -r 0008103E -r 00200011 -r 00180015 -r 00201209 -r 00081010",
	"JSONMPPSPath": "/Users/Name/NNN/DB_MPPS/",
	"ElapsedTime": 1
}

License

This project is licensed under the MIT License

About

Dicom MPPS API for Mirth Connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages