Show / Hide Table of Contents

Class DicomTagConfig

Specifies the parameters needed for the de-identification of DICOM stores.

Inheritance
object
DicomTagConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX