Show / Hide Table of Contents

Class Action

Specifies a selection of tags and an Action to apply to each one.

Inheritance
object
Action
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 Action : IDirectResponseSchema

Properties

CleanImageTag

Inspect image and transform sensitive burnt-in text. Doesn't apply to elements nested in a sequence, which revert to Keep. Supported tags: PixelData

Declaration
[JsonProperty("cleanImageTag")]
public virtual ImageConfig CleanImageTag { get; set; }
Property Value
Type Description
ImageConfig

CleanTextTag

Inspect text and transform sensitive text. Configurable via TextConfig. Supported Value Representations: AE, LO, LT, PN, SH, ST, UC, UT, DA, DT, AS

Declaration
[JsonProperty("cleanTextTag")]
public virtual CleanTextTag CleanTextTag { get; set; }
Property Value
Type Description
CleanTextTag

DeleteTag

Delete tag.

Declaration
[JsonProperty("deleteTag")]
public virtual DeleteTag DeleteTag { get; set; }
Property Value
Type Description
DeleteTag

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeepTag

Keep tag unchanged.

Declaration
[JsonProperty("keepTag")]
public virtual KeepTag KeepTag { get; set; }
Property Value
Type Description
KeepTag

Queries

Select all tags with the listed tag IDs, names, or Value Representations (VRs). Examples: ID: "00100010" Keyword: "PatientName" VR: "PN"

Declaration
[JsonProperty("queries")]
public virtual IList<string> Queries { get; set; }
Property Value
Type Description
IList<string>

RecurseTag

Recursively apply DICOM de-id to tags nested in a sequence. Supported [Value Representation] (http://dicom.nema.org/medical/dicom/2018e/output/chtml/part05/sect_6.2.html#table_6.2-1): SQ

Declaration
[JsonProperty("recurseTag")]
public virtual RecurseTag RecurseTag { get; set; }
Property Value
Type Description
RecurseTag

RegenUidTag

Replace UID with a new generated UID. Supported [Value Representation] (http://dicom.nema.org/medical/dicom/2018e/output/chtml/part05/sect_6.2.html#table_6.2-1): UI

Declaration
[JsonProperty("regenUidTag")]
public virtual RegenUidTag RegenUidTag { get; set; }
Property Value
Type Description
RegenUidTag

RemoveTag

Replace with empty tag.

Declaration
[JsonProperty("removeTag")]
public virtual RemoveTag RemoveTag { get; set; }
Property Value
Type Description
RemoveTag

ResetTag

Reset tag to a placeholder value.

Declaration
[JsonProperty("resetTag")]
public virtual ResetTag ResetTag { get; set; }
Property Value
Type Description
ResetTag

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX