Create

Create(Tag, ValueRepresentation)

Creates a new FragmentSequence with the given tag and vr.

public static FragmentSequence Create(Tag tag, ValueRepresentation vr)
ParameterTypeDescription
tagTagFragment sequence tag.
vrValueRepresentationValue representation of a fragment sequence.

Return Value

The FragmentSequence.

Exceptions

exceptioncondition
MedicalApiExceptionInvalid Fragment Sequence VR.

See Also


Create(Tag, ValueRepresentation, byte[][])

Creates a new FragmentSequence with the given tag and vr.

public static FragmentSequence Create(Tag tag, ValueRepresentation vr, byte[][] fragments)
ParameterTypeDescription
tagTagFragment sequence tag.
vrValueRepresentationValue representation of a fragment sequence.
fragmentsByte[][]Byte data (fragments) of a fragment sequence.

Return Value

The FragmentSequence.

Exceptions

exceptioncondition
MedicalApiExceptionInvalid Fragment Sequence VR.

See Also