Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal presentationId As Byte, _ ByVal messageID As Integer, _ ByVal abstractClass As String, _ ByVal status As DicomCommandStatusType, _ ByVal responseDataset As DicomDataSet, _ 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 responseDataset As DicomDataSet Dim affectedSopInstanceUID As String Dim instance As New NCreateResponseEventArgs(presentationId, messageID, abstractClass, status, responseDataset, affectedSopInstanceUID) |
C# | |
---|---|
public NCreateResponseEventArgs( byte presentationId, int messageID, string abstractClass, DicomCommandStatusType status, DicomDataSet responseDataset, string affectedSopInstanceUID ) |
C++/CLI | |
---|---|
public: NCreateResponseEventArgs( byte presentationId, int messageID, String^ abstractClass, DicomCommandStatusType status, DicomDataSet^ responseDataset, String^ affectedSopInstanceUID ) |
Parameters
- presentationId
- The presentation ID of the N-CREATE request.
- messageID
- The message ID of the N-CREATE request.
- abstractClass
- The Abstract Syntax of the N-CREATE request.
- status
- the status for processing the N-CREATE request.
- responseDataset
- Contains the complete list of all Attribute identifiers and values that were assigned to the new managed SOP Instance.
- affectedSopInstanceUID
- The UID of the SOP Instance created.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7