View Source GoogleApi.HealthCare.V1.Model.DicomStore (google_api_health_care v0.50.1)

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) - Identifier. 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.V1.Model.NotificationConfig.t, default: nil) - Notification destination for new DICOM instances. Supplied by the client.
  • streamConfigs (type: list(GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomStreamConfig.t), default: nil) - Optional. A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to stream_configs, DICOM instance insertions are streamed to the new destination. When a config is removed from stream_configs, the server stops streaming to that destination. Each config must contain a unique destination.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.DicomStore{
  labels: map() | nil,
  name: String.t() | nil,
  notificationConfig:
    GoogleApi.HealthCare.V1.Model.NotificationConfig.t() | nil,
  streamConfigs:
    [GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomStreamConfig.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.