C#
VB
C++
Sends an N-SET-REQ to the SCP.
Public Overloads Sub Set(Of TData)( _
ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal Data As TData _
)
public:
void Setgeneric<typename TData>
(
Leadtools.Dicom.Scu.DicomScp^ Scp,
_TData^_ Data
)
Scp
The peer connection to send the N-SET-REQ to.
Data
The data to send in the N-SET-REQ.
TData
The type of the data.
For an example refer to Create<TData>(dicomscp,tdata)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET