Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1 | |
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Create |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.create(String parent,
DicomStore content)
Creates a new DICOM store within the parent dataset.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Patch |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.patch(String name,
DicomStore content)
Updates the specified DICOM store.
|
Constructor and Description |
---|
Create(String parent,
DicomStore content)
Creates a new DICOM store within the parent dataset.
|
Patch(String name,
DicomStore content)
Updates the specified DICOM store.
|
Modifier and Type | Method and Description |
---|---|
DicomStore |
DicomStore.clone() |
DicomStore |
DicomStore.set(String fieldName,
Object value) |
DicomStore |
DicomStore.setLabels(Map<String,String> labels)
User-supplied key-value pairs used to organize DICOM stores.
|
DicomStore |
DicomStore.setName(String name)
Identifier.
|
DicomStore |
DicomStore.setNotificationConfig(NotificationConfig notificationConfig)
Notification destination for new DICOM instances.
|
DicomStore |
DicomStore.setStreamConfigs(List<GoogleCloudHealthcareV1beta1DicomStreamConfig> streamConfigs)
Optional.
|
Modifier and Type | Method and Description |
---|---|
List<DicomStore> |
ListDicomStoresResponse.getDicomStores()
The returned DICOM stores.
|
Modifier and Type | Method and Description |
---|---|
ListDicomStoresResponse |
ListDicomStoresResponse.setDicomStores(List<DicomStore> dicomStores)
The returned DICOM stores.
|
Copyright © 2011–2024 Google. All rights reserved.