Sdílet prostřednictvím


DicomServicesOperationsExtensions Class

Definition

Extension methods for DicomServicesOperations.

public static class DicomServicesOperationsExtensions
type DicomServicesOperationsExtensions = class
Public Module DicomServicesOperationsExtensions
Inheritance
DicomServicesOperationsExtensions

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