Class DicomStore
A DicomStore is a datastore inside a Healthcare dataset that conforms to the DICOM (https://www.dicomstandard.org/about/) standard for Healthcare information exchange
To get more information about DicomStore, see:
- API documentation
- How-to Guides
- Creating a DICOM store
Inherited Members
Namespace: Pulumi.Gcp.Healthcare
Assembly: Pulumi.Gcp.dll
Syntax
public class DicomStore : CustomResource
Constructors
View SourceDicomStore(String, DicomStoreArgs, CustomResourceOptions)
Create a DicomStore resource with the given unique name, arguments, and options.
Declaration
public DicomStore(string name, DicomStoreArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| DicomStoreArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceDataset
Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'
Declaration
public Output<string> Dataset { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Labels
User-supplied key-value pairs used to organize DICOM stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}-]{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}-]{0,63} No more than 64 labels can be associated with a given store. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Declaration
public Output<ImmutableDictionary<string, string>> Labels { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>> |
Name
The resource name for the DicomStore. ** Changing this property may recreate the Dicom store (removing all data) **
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
NotificationConfig
A nested object resource Structure is documented below.
Declaration
public Output<DicomStoreNotificationConfig> NotificationConfig { get; }
Property Value
| Type | Description |
|---|---|
| Output<DicomStoreNotificationConfig> |
SelfLink
The fully qualified name of this dataset
Declaration
public Output<string> SelfLink { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, DicomStoreState, CustomResourceOptions)
Get an existing DicomStore resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static DicomStore Get(string name, Input<string> id, DicomStoreState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| DicomStoreState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| DicomStore |