Class DicomTagConfig
Specifies the parameters needed for the de-identification of DICOM stores.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class DicomTagConfig : IDirectResponseSchema
Properties
Actions
Specifies custom tag selections and Actions to apply to them. Overrides options and profile.
Conflicting Actions are applied in the order given.
Declaration
[JsonProperty("actions")]
public virtual IList<Action> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Action> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Options
Specifies additional options to apply, overriding the base profile.
Declaration
[JsonProperty("options")]
public virtual Options Options { get; set; }
Property Value
| Type | Description |
|---|---|
| Options |
ProfileType
Base profile type for handling DICOM tags.
Declaration
[JsonProperty("profileType")]
public virtual string ProfileType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |