-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
featureNew feature, enhancement or requestNew feature, enhancement or request
Milestone
Description
Description
Read GE DICOM Private tag according to the description below
Protocol Data Block (compressed) (0025,101B) OB 1
This can be found in:
Private Creator Identification (GEMS_SERS_01)
Steps:
$ gdcmraw -i input.dcm -o output.raw -t 0025,101b
$ dd bs=4 skip=1 if=output.raw of=foo
$ file foo
foo: gzip compressed data, was "Ex421Ser8Scan1", from Unix
Tasks
- Implement xyz in function
xASL_[abc]_...
How to test
Optional: insert description about how to test the code changes here
Release notes
Required: summarize the changes for the release notes here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature, enhancement or requestNew feature, enhancement or request