Show / Hide Table of Contents

Class Options

Specifies additional options to apply to the base profile.

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

Properties

CleanDescriptors

Set Clean Descriptors Option.

Declaration
[JsonProperty("cleanDescriptors")]
public virtual CleanDescriptorsOption CleanDescriptors { get; set; }
Property Value
Type Description
CleanDescriptorsOption

CleanImage

Apply Action.clean_image to PixelData as configured.

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

ETag

The ETag of the item.

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

PrimaryIds

Set Action for StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID.

Declaration
[JsonProperty("primaryIds")]
public virtual string PrimaryIds { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX