'Declaration
Public ReadOnly Property Errors As DicomDataSet
'Usage
Dim instance As OperationBaseArgs Dim value As DicomDataSet value = instance.Errors
public DicomDataSet Errors {get;}
public: property DicomDataSet^ Errors { DicomDataSet^ get(); }
'Declaration
Public ReadOnly Property Errors As DicomDataSet
'Usage
Dim instance As OperationBaseArgs Dim value As DicomDataSet value = instance.Errors
public DicomDataSet Errors {get;}
public: property DicomDataSet^ Errors { DicomDataSet^ get(); }
If a client identifies errors in a DicomAssociation, it should place appropriate values into this property before setting the Status to an appropriate error code.
The appropriate elements to be inserted into this dataset are:
Only the appropriate elements, as defined by the returned status will be transmitted.
SCP uses this property to check if there is any errors reported by the connected clients.
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