Create
Contents
[
Hide
]Create(Tag, ValueRepresentation)
Creates a new FragmentSequence with the given tag and vr.
public static FragmentSequence Create(Tag tag, ValueRepresentation vr)
| Parameter | Type | Description |
|---|---|---|
| tag | Tag | Fragment sequence tag. |
| vr | ValueRepresentation | Value representation of a fragment sequence. |
Return Value
The FragmentSequence.
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Invalid Fragment Sequence VR. |
See Also
- class Tag
- class ValueRepresentation
- class FragmentSequence
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
Create(Tag, ValueRepresentation, byte[][])
Creates a new FragmentSequence with the given tag and vr.
public static FragmentSequence Create(Tag tag, ValueRepresentation vr, byte[][] fragments)
| Parameter | Type | Description |
|---|---|---|
| tag | Tag | Fragment sequence tag. |
| vr | ValueRepresentation | Value representation of a fragment sequence. |
| fragments | Byte[][] | Byte data (fragments) of a fragment sequence. |
Return Value
The FragmentSequence.
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Invalid Fragment Sequence VR. |
See Also
- class Tag
- class ValueRepresentation
- class FragmentSequence
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical