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 explicitLength
boolean parameter to write them
and all their elements with implicit or explicit length. Its default value is true
.
Set as {}
, a sequence will
be written with explicit zero length, a 0
value will mean implicit length.