- sessionProxy
- The ICStoreClientSessionProxy object which will be used to handle the communication with the client.
- requestDataSet
- The Leadtools.Dicom.DicomDataSet which is received with the client request.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function CreateCStoreCommand( _ ByVal sessionProxy As ICStoreClientSessionProxy, _ ByVal requestDataSet As DicomDataSet _ ) As DicomCommand |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomCommandFactory Dim sessionProxy As ICStoreClientSessionProxy Dim requestDataSet As DicomDataSet Dim value As DicomCommand value = instance.CreateCStoreCommand(sessionProxy, requestDataSet) |
C# | |
---|---|
public virtual DicomCommand CreateCStoreCommand( ICStoreClientSessionProxy sessionProxy, DicomDataSet requestDataSet ) |
C++/CLI | |
---|---|
public: virtual DicomCommand^ CreateCStoreCommand( ICStoreClientSessionProxy^ sessionProxy, DicomDataSet^ requestDataSet ) |
Parameters
- sessionProxy
- The ICStoreClientSessionProxy object which will be used to handle the communication with the client.
- requestDataSet
- The Leadtools.Dicom.DicomDataSet which is received with the client request.
Return Value
Returns the created Leadtools.Dicom.Scp.Command.DicomCommand.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7