VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom.Web.Services Namespace / VintasoftDicomWebService Class / VintasoftDicomWebService Constructor(IDataStorage)
Syntax Exceptions Requirements SeeAlso
In This Topic
    VintasoftDicomWebService Constructor(IDataStorage)
    In This Topic
    Initializes a new instance of the VintasoftDicomWebService class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal sessionDataStorage
    Data storage that allows to store DICOM files.
    As Vintasoft.Data.IDataStorage _
    )
    public VintasoftDicomWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage
    )
    public: VintasoftDicomWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage
    )
    public:
    VintasoftDicomWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage
    )

    Parameters

    sessionDataStorage
    Data storage that allows to store DICOM files.
    Exceptions
    ExceptionDescription
    Thrown if dataStorage is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also