cornerstonejs / dicomParser

JavaScript parser for DICOM Part 10 data
MIT License
712 stars 228 forks source link

Add support to Stratovan DICOS file which is based on DICOM format #174

Closed exodussystem closed 1 year ago

exodussystem commented 3 years ago

https://www.stratovan.com/products/dicos-toolkit

Stratovan has developed a software-development kit (SDK) to convert vendor-proprietary CT-formatted data into a standardized image format for Digital Imaging and Communication in Security (DICOS), and created vendor-neutral automated threat recognition

The DICOS standard, overseen by the National Electrical Manufacturers Association (NEMA) in Arlington, Va., specifies an extensible, interoperable data format that enables the integration of security screening technologies across systems from several different vendors, and facilitates wide participation in developing improved security screening technologies and algorithms.

exodussystem commented 3 years ago

Source: https://alert.northeastern.edu/assets/adsa/adsa13_presentations/12_massey.pdf

DICOS Builds on DICOM • The medical industry standard for transferal of radiological images and other medical information between computers. • Patterned after the Open System Interconnection of the International Standards Organization. • Enable digital communication between diagnostic and therapeutic equipment and systems from various manufacturers. • Includes x-ray, CT and ultrasound, among other modalities. • Enables network and component integration in the sending and receiving digital images and related information. • Covers most image formats for all of medicine. • A specification for messaging and communication between imaging machines.

NEMA DICOS at www.nema.org/Standards/Pages/Digital-Imaging-and-Communications-in-Security-Information-Object-Definitions.aspx.

wayfarer3130 commented 2 years ago

You will have to explain where the software is incompatible. It SHOULD read DICOS files, although I'm definitely not very familiar with them to know. Please attach a test case where it is failing to read as a unit test, plus provide the data file.

yagni commented 1 year ago

Out of scope of this DICOM library.

lcombaldieu commented 6 months ago

@exodussystem Auxilia just released a python wrapper for the Stratovan DICOS library. Check it out here. Cheers, Louis