DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / Move Method / Move(String,DicomDataSet) Method

The Private SOP Class UID of the DICOM object

The identifier for the C_MOVE request




    Move(String,DicomDataSet) Method
    Sends a C-MOVE request for Object with Private SOP Class UID
    Syntax
    'Declaration
     
    Public Overloads Sub Move( _
       ByVal SopClassUID As String, _
       ByVal DataSet As DicomDataSet _
    ) 
     
    'Usage
     
    Dim instance As DicomAssociation
    Dim SopClassUID As String
    Dim DataSet As DicomDataSet
     
    instance.Move(SopClassUID, DataSet)

    Parameters

    SopClassUID

    The Private SOP Class UID of the DICOM object

    DataSet

    The identifier for the C_MOVE request

    Remarks

    This is for use with private SOP classes and it is rarely used and only being needed for very specialist use.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also