- Scp
- The peer connection to send the N-SET-REQ to.
- Data
- The data to send in the N-SET-REQ.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Set(Of TData)( _ ByVal Scp As DicomScp, _ ByVal Data As TData _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PerformedProcedureStepScu Dim Scp As DicomScp Dim Data As TData instance.Set(Of TData)(Scp, Data) |
Parameters
- Scp
- The peer connection to send the N-SET-REQ to.
- Data
- The data to send in the N-SET-REQ.
Type Parameters
- TData
- The type of the data.
For an example refer to Create<TData>(DicomScp,TData)
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7