DicomObjects.NET Core Documentation
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also