GoogleApi.HealthCare.V1beta1.Model.DicomStore (google_api_health_care v0.40.0) 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) - Resource name of the DICOM store, of the formprojects/{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. -
streamConfigs(type:list(GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomStreamConfig.t), default:nil) - 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 tostream_configs, DICOM instance insertions are streamed to the new destination. When a config is removed fromstream_configs, the server stops streaming to that destination. Each config must contain a unique destination.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.DicomStore{
labels: map() | nil,
name: String.t() | nil,
notificationConfig:
GoogleApi.HealthCare.V1beta1.Model.NotificationConfig.t() | nil,
streamConfigs:
[
GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomStreamConfig.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.