Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal presentationId As Byte, _ ByVal messageID As Integer, _ ByVal abstractClass As String, _ ByVal status As DicomCommandStatusType, _ ByVal affectedSopInstanceUID As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim presentationId As Byte Dim messageID As Integer Dim abstractClass As String Dim status As DicomCommandStatusType Dim affectedSopInstanceUID As String Dim instance As New CStoreResponseEventArgs(presentationId, messageID, abstractClass, status, affectedSopInstanceUID) |
C# | |
---|---|
public CStoreResponseEventArgs( byte presentationId, int messageID, string abstractClass, DicomCommandStatusType status, string affectedSopInstanceUID ) |
C++/CLI | |
---|---|
public: CStoreResponseEventArgs( byte presentationId, int messageID, String^ abstractClass, DicomCommandStatusType status, String^ affectedSopInstanceUID ) |
Parameters
- presentationId
- The presentation ID of the C-STORE request.
- messageID
- The message ID of the C-STORE request.
- abstractClass
- The Abstract Syntax of the C-STORE request.
- status
- The status for processing the C-STORE request.
- affectedSopInstanceUID
- The UID of the SOP Instance stored.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7