Share via


IDicomServicesOperations Interface

Definition

DicomServicesOperations operations.

public interface IDicomServicesOperations
type IDicomServicesOperations = interface
Public Interface IDicomServicesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, DicomService, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a DICOM Service resource with the specified parameters.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a DICOM Service.

BeginUpdateWithHttpMessagesAsync(String, String, String, DicomServicePatchResource, Dictionary<String,List<String>>, CancellationToken)

Patch DICOM Service details.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, DicomService, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a DICOM Service resource with the specified parameters.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a DICOM Service.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the properties of the specified DICOM Service.

ListByWorkspaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all DICOM Services for the given workspace

ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all DICOM Services for the given workspace

UpdateWithHttpMessagesAsync(String, String, String, DicomServicePatchResource, Dictionary<String,List<String>>, CancellationToken)

Patch DICOM Service details.

Extension Methods

BeginCreateOrUpdate(IDicomServicesOperations, String, String, String, DicomService)

Creates or updates a DICOM Service resource with the specified parameters.

BeginCreateOrUpdateAsync(IDicomServicesOperations, String, String, String, DicomService, CancellationToken)

Creates or updates a DICOM Service resource with the specified parameters.

BeginDelete(IDicomServicesOperations, String, String, String)

Deletes a DICOM Service.

BeginDeleteAsync(IDicomServicesOperations, String, String, String, CancellationToken)

Deletes a DICOM Service.

BeginUpdate(IDicomServicesOperations, String, String, String, DicomServicePatchResource)

Patch DICOM Service details.

BeginUpdateAsync(IDicomServicesOperations, String, String, String, DicomServicePatchResource, CancellationToken)

Patch DICOM Service details.

CreateOrUpdate(IDicomServicesOperations, String, String, String, DicomService)

Creates or updates a DICOM Service resource with the specified parameters.

CreateOrUpdateAsync(IDicomServicesOperations, String, String, String, DicomService, CancellationToken)

Creates or updates a DICOM Service resource with the specified parameters.

Delete(IDicomServicesOperations, String, String, String)

Deletes a DICOM Service.

DeleteAsync(IDicomServicesOperations, String, String, String, CancellationToken)

Deletes a DICOM Service.

Get(IDicomServicesOperations, String, String, String)

Gets the properties of the specified DICOM Service.

GetAsync(IDicomServicesOperations, String, String, String, CancellationToken)

Gets the properties of the specified DICOM Service.

ListByWorkspace(IDicomServicesOperations, String, String)

Lists all DICOM Services for the given workspace

ListByWorkspaceAsync(IDicomServicesOperations, String, String, CancellationToken)

Lists all DICOM Services for the given workspace

ListByWorkspaceNext(IDicomServicesOperations, String)

Lists all DICOM Services for the given workspace

ListByWorkspaceNextAsync(IDicomServicesOperations, String, CancellationToken)

Lists all DICOM Services for the given workspace

Update(IDicomServicesOperations, String, String, String, DicomServicePatchResource)

Patch DICOM Service details.

UpdateAsync(IDicomServicesOperations, String, String, String, DicomServicePatchResource, CancellationToken)

Patch DICOM Service details.

Applies to