- Scp
- The peer connection to send the N-CREATE-REQ to.
- dataset
- The dataset to send in the N-CREATE-REQ.
- AbstractSyntax
- The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Procedure Class and General Purpose Performed Procedure Step.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Create( _ ByVal Scp As DicomScp, _ ByVal dataset As DicomDataSet, _ ByVal AbstractSyntax As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PerformedProcedureStepScu Dim Scp As DicomScp Dim dataset As DicomDataSet Dim AbstractSyntax As String instance.Create(Scp, dataset, AbstractSyntax) |
C# | |
---|---|
public void Create( DicomScp Scp, DicomDataSet dataset, string AbstractSyntax ) |
Managed Extensions for C++ | |
---|---|
public: void Create( DicomScp* Scp, DicomDataSet* dataset, string* AbstractSyntax ) |
C++/CLI | |
---|---|
public: void Create( DicomScp^ Scp, DicomDataSet^ dataset, String^ AbstractSyntax ) |
Parameters
- Scp
- The peer connection to send the N-CREATE-REQ to.
- dataset
- The dataset to send in the N-CREATE-REQ.
- AbstractSyntax
- The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Procedure Class and General Purpose Performed Procedure Step.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7