'DeclarationPublic Event NormalisedReceived As NormalisedReceivedHandler
public event NormalisedReceivedHandler NormalisedReceived
'DeclarationPublic Event NormalisedReceived As NormalisedReceivedHandler
public event NormalisedReceivedHandler NormalisedReceived
All information required for processing this event may be found within the various properties of the Connection. In particular, the Command property contains the main request (group 0000), including the CommandID (element 0000,0100), while the Request property contains the associated identifier. Calling one of the overloads of SendResponse method call on the Association should be used to reply to this request, if an identifier needs to be returned.
You are expected to set the appropriate Status as a response for the request. This is accessible using the second parameter.
The handling of Normalised requests as an SCP is a very advanced technique, and close attention to the appropriate sections of the DICOM standard is necessary.