Open ebremer opened 4 months ago
I suggest a variation of DCM2JSON's dcm2json converter:
<>
dcm:7FE00010 [
dcm:vr "OB";
dcm:DataFragments (
[
dcm:BulkDataURI "https://server/path/to/bulkdata/frame/0";
dcm:offset 0;
dcm:length 1024
]
[
dcm:BulkDataURI "https://server/path/to/bulkdata/frame/1";
dcm:offset 1024;
dcm:length 1024
]
[
dcm:BulkDataURI "https://server/path/to/bulkdata/frame/2";
dcm:offset 2048;
dcm:length 1024
]
)]
or (both being valid and allowing for future metadata
<> dcm:7FE00010 [ dcm:vr "OB"; dcm:DataFragments ( [ dcm:BulkDataURI "https://server/path/to/bulkdata/frame/0?offset=0&length=1024" ] [ dcm:BulkDataURI "https://server/path/to/bulkdata/frame/1?offset=1024&length=1024" ] [ dcm:BulkDataURI "https://server/path/to/bulkdata/frame/2?offset=2048&length=1024 ] )]
ACTION: Erich to look at how DICOM Web is handling this.
How to handle InlineBinary and BulkDataURI?
Sample is DICOM JSON: