google_api_health_care v0.9.1 GoogleApi.HealthCare.V1beta1.Model.DicomStore View Source

Represents a DICOM store.

Attributes

  • labels (type: map(), default: nil) - 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}{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.

  • name (type: String.t, default: nil) - Output only. Resource name of the DICOM store, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}.

  • notificationConfig (type: GoogleApi.HealthCare.V1beta1.Model.NotificationConfig.t, default: nil) - Notification destination for new DICOM instances. Supplied by the client.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.HealthCare.V1beta1.Model.DicomStore{
  labels: map(),
  name: String.t(),
  notificationConfig: GoogleApi.HealthCare.V1beta1.Model.NotificationConfig.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.