dicomParser icon indicating copy to clipboard operation
dicomParser copied to clipboard

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

Open exodussystem opened this issue 3 years ago • 2 comments

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 avatar Aug 10 '21 15:08 exodussystem

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.

exodussystem avatar Aug 10 '21 15:08 exodussystem

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.

wayfarer3130 avatar Feb 07 '22 19:02 wayfarer3130

Out of scope of this DICOM library.

yagni avatar Sep 19 '22 14:09 yagni

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

lcombaldieu avatar Feb 22 '24 09:02 lcombaldieu