- status
- The status of the DICOM N-CREATE response.
- responseDataset
- Contains the complete list of all Attribute identifiers and values that were assigned to the new managed SOP Instance.
- descriptionMessage
- A description message associated with the C-STORE response used for logging.
Visual Basic (Declaration) | |
---|---|
Sub SendNCreateResponse( _ ByVal status As DicomCommandStatusType, _ ByVal responseDataset As DicomDataSet, _ ByVal descriptionMessage As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As INCreateClientSessionProxy Dim status As DicomCommandStatusType Dim responseDataset As DicomDataSet Dim descriptionMessage As String instance.SendNCreateResponse(status, responseDataset, descriptionMessage) |
C# | |
---|---|
void SendNCreateResponse( DicomCommandStatusType status, DicomDataSet responseDataset, string descriptionMessage ) |
C++/CLI | |
---|---|
void SendNCreateResponse( DicomCommandStatusType status, DicomDataSet^ responseDataset, String^ descriptionMessage ) |
Parameters
- status
- The status of the DICOM N-CREATE response.
- responseDataset
- Contains the complete list of all Attribute identifiers and values that were assigned to the new managed SOP Instance.
- descriptionMessage
- A description message associated with the C-STORE response used for logging.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7