- Scp
- The peer connection to send the N-CREATE-REQ to.
- ignoreClass
- If set to
true
ignores class defined in the InstanceAttribute of Data.
- Data
- The data to send in the N-CREATE-REQ.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Create(Of TData)( _ ByVal Scp As DicomScp, _ ByVal ignoreClass As Boolean, _ ByVal Data As TData _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PerformedProcedureStepScu Dim Scp As DicomScp Dim ignoreClass As Boolean Dim Data As TData instance.Create(Of TData)(Scp, ignoreClass, Data) |
Managed Extensions for C++ | |
---|---|
public: void Create<TData>( DicomScp* Scp, bool ignoreClass, TData* Data ) |
Parameters
- Scp
- The peer connection to send the N-CREATE-REQ to.
- ignoreClass
- If set to
true
ignores class defined in the InstanceAttribute of Data. - Data
- The data to send in the N-CREATE-REQ.
Type Parameters
- TData
- The type of the data.
This version of create allows you to create dataset with the class you are passing. However, it creates an undefined classs if the ignoreClass parameter is true.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7