Class ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource
The "dicomStores" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class DicomStoresResource
Constructors
DicomStoresResource(IClientService)
Constructs a new resource.
Declaration
public DicomStoresResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Studies
Gets the Studies resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StudiesResource Studies { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StudiesResource |
Methods
Create(DicomStore, String)
Creates a new DICOM store within the parent dataset.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.CreateRequest Create(DicomStore body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| DicomStore | body | The body of the request. |
| System.String | parent | The name of the dataset this DICOM store belongs to. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.CreateRequest |
Deidentify(DeidentifyDicomStoreRequest, String)
De-identifies data from the source store and writes it to the destination store. The metadata field type is OperationMetadata. If the request is successful, the response field type is DeidentifyDicomStoreSummary. If errors occur, error is set. The LRO result may still be successful if de-identification fails for some DICOM instances. The output DICOM store will not contain these failed resources. Failed resource totals are tracked in Operation.metadata. Error details are also logged to Cloud Logging (see [Viewing logs](/healthcare/docs/how- tos/logging)).
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.DeidentifyRequest Deidentify(DeidentifyDicomStoreRequest body, string sourceStore)
Parameters
| Type | Name | Description |
|---|---|---|
| DeidentifyDicomStoreRequest | body | The body of the request. |
| System.String | sourceStore | Source DICOM store resource name. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.DeidentifyRequest |
Delete(String)
Deletes the specified DICOM store and removes all images that are contained within it.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The resource name of the DICOM store to delete. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.DeleteRequest |
Export(ExportDicomDataRequest, String)
Exports data to the specified destination by copying it from the DICOM store. Errors are also logged to Cloud Logging. For more information, see [Viewing logs](/healthcare/docs/how- tos/logging). The metadata field type is OperationMetadata.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.ExportRequest Export(ExportDicomDataRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| ExportDicomDataRequest | body | The body of the request. |
| System.String | name | The DICOM store resource name from which to export the data. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.ExportRequest |
Get(String)
Gets the specified DICOM store.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The resource name of the DICOM store to get. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.GetRequest |
GetIamPolicy(String)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resource | REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.GetIamPolicyRequest |
Import(ImportDicomDataRequest, String)
Imports data into the DICOM store by copying it from the specified source. Errors are logged to Cloud Logging. For more information, see [Viewing logs](/healthcare/docs/how- tos/logging). The metadata field type is OperationMetadata.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.ImportRequest Import(ImportDicomDataRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| ImportDicomDataRequest | body | The body of the request. |
| System.String | name | The name of the DICOM store resource into which the data is imported. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.ImportRequest |
List(String)
Lists the DICOM stores in the given dataset.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | Name of the dataset. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.ListRequest |
Patch(DicomStore, String)
Updates the specified DICOM store.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.PatchRequest Patch(DicomStore body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| DicomStore | body | The body of the request. |
| System.String | name | Output only. Resource name of the DICOM store, of the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.PatchRequest |
SearchForInstances(String, String)
SearchForInstances returns a list of matching instances. See Search Transaction.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.SearchForInstancesRequest SearchForInstances(string parent, string dicomWebPath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | The name of the DICOM store that is being accessed. For example,
|
| System.String | dicomWebPath | The path of the SearchForInstancesRequest DICOMweb request. For example, |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.SearchForInstancesRequest |
SearchForSeries(String, String)
SearchForSeries returns a list of matching series. See Search Transaction.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.SearchForSeriesRequest SearchForSeries(string parent, string dicomWebPath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | The name of the DICOM store that is being accessed. For example,
|
| System.String | dicomWebPath | The path of the SearchForSeries DICOMweb request. For example, |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.SearchForSeriesRequest |
SearchForStudies(String, String)
SearchForStudies returns a list of matching studies. See Search Transaction.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.SearchForStudiesRequest SearchForStudies(string parent, string dicomWebPath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | The name of the DICOM store that is being accessed. For example,
|
| System.String | dicomWebPath | The path of the SearchForStudies DICOMweb request. For example, |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.SearchForStudiesRequest |
SetIamPolicy(SetIamPolicyRequest, String)
Sets the access control policy on the specified resource. Replaces any existing policy.
Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| SetIamPolicyRequest | body | The body of the request. |
| System.String | resource | REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.SetIamPolicyRequest |
StoreInstances(HttpBody, String, String)
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID). See Store Transaction.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StoreInstancesRequest StoreInstances(HttpBody body, string parent, string dicomWebPath)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpBody | body | The body of the request. |
| System.String | parent | The name of the DICOM store that is being accessed. For example,
|
| System.String | dicomWebPath | The path of the StoreInstances DICOMweb request. For example, |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.StoreInstancesRequest |
TestIamPermissions(TestIamPermissionsRequest, String)
Returns permissions that a caller has on the specified resource. If the resource does
not exist, this will return an empty set of permissions, not a NOT_FOUND error.
Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| TestIamPermissionsRequest | body | The body of the request. |
| System.String | resource | REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.TestIamPermissionsRequest |