DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / Request Property



In This Topic
    Request Property (DicomAssociation)
    In This Topic
    This contains the list of attributes to be matched, as specified in the DICOM standard
    Syntax
    'Declaration
     
    Public ReadOnly Property Request As DicomDataSet
    'Usage
     
    Dim instance As DicomAssociation
    Dim value As DicomDataSet
     
    value = instance.Request
    public DicomDataSet Request {get;}
    public:
    property DicomDataSet^ Request {
       DicomDataSet^ get();
    }
    Remarks

    It is the client's responsibility to interpret the contents of this identifier and ensure that the data or images returned match the data sent, and in the case of C-FIND operations, to ensure that all data elements requested are included in the response.

    The "level" of the query may be found in (0008, 0052) of this property.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also