Simple DICOM data generator from json tags.
Mainly used for generating test data, use at your own risks!
No need for a 'FileMetaInformationGroupLength', it is calculated automatically.
Values should not be null
...
Sequences have an optional undefinedLength
boolean parameter to write them
and all their elements with undefined or explicit length. Its default value is false
.
Set as {}
, a sequence will
be written with explicit zero length, a 0
value will mean undefined length.