'DeclarationPublic Property ImplicitSequenceItemLength As System.Boolean
public System.bool ImplicitSequenceItemLength {get; set;}
'DeclarationPublic Property ImplicitSequenceItemLength As System.Boolean
public System.bool ImplicitSequenceItemLength {get; set;}
For sequences, DICOM allows either explicit or implicit length to be used for the individual sequence itmes, and when reading/receiving, both are accepted. This is separate from the choice made for the sequence itself, which is controlled by the ImplicitSequenceLength property.
The default value of this property is derived from the the bit 1 of the ImplicitSequence value the internal registry, which in turn has a default value of 0, causing this property to be false, resulting in explicit sequence item lengths being used.