Moves a DicomImage within a DicomImages Collection
A reference to the image or dataset to be moved, either:
a) An integer referencing the object by its current position in the collection, starting at 1.
or
b) A String referencing the Instance UID of the Image.
Visual Basic |
---|
Public Sub Move( _ ByVal Index As Variant, _ ByVal Destination As Integer _ ) |
A reference to the image or dataset to be moved, either:
a) An integer referencing the object by its current position in the collection, starting at 1.
or
b) A String referencing the Instance UID of the Image.