- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: Identifier. Resource name of the DICOM store, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}
.
notification_config
Type: STRUCT
Provider name: notificationConfig
Description: Optional. Notification destination for new DICOM instances. Supplied by the client.
pubsub_topic
STRING
pubsubTopic
send_for_bulk_import
BOOLEAN
sendForBulkImport
notification_configs
Type: UNORDERED_LIST_STRUCT
Provider name: notificationConfigs
Description: Optional. Specifies where and whether to send notifications upon changes to a DICOM store.
pubsub_topic
STRING
pubsubTopic
PubsubMessage
with the following fields: * PubsubMessage.Data
contains the resource name. * PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. * PubsubMessage.PublishTime
is the time when the message was published. * PubsubMessage.Attributes
contains the following attributes: * action
: The name of the endpoint that generated the notification. Possible values are StoreInstances
, SetBlobSettings
, ImportDicomData
, etc. * lastUpdatedTime
: The latest timestamp when the DICOM instance was updated. * storeName
: The resource name of the DICOM store, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}
. * studyInstanceUID
: The study UID of the DICOM instance that was changed. * seriesInstanceUID
: The series UID of the DICOM instance that was changed. * sopInstanceUID
: The instance UID of the DICOM instance that was changed. * versionId
: The version ID of the DICOM instance that was changed. * modality
: The modality tag of the DICOM instance that was changed. * previousStorageClass
: The storage class where the DICOM instance was previously stored if the storage class was changed. * storageClass
: The storage class where the DICOM instance is currently stored. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. The Cloud Healthcare API service account, service-@gcp-sa-healthcare.iam.gserviceaccount.com, must have the pubsub.topics.publish
permission (which is typically included in roles/pubsub.publisher
role) on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail (https://cloud.google.com/healthcare-api/docs/permissions-healthcare-api-gcp-products#dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). If a notification can’t be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
stream_configs
Type: UNORDERED_LIST_STRUCT
Provider name: streamConfigs
Description: 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.
bigquery_destination
STRUCT
bigqueryDestination
service-{PROJECT_NUMBER}@gcp-sa-healthcare.iam.gserviceaccount.com
. The PROJECT_NUMBER identifies the project that the DICOM store resides in. To get the project number, go to the Cloud Console Dashboard. It is recommended to not have a custom schema in the destination table which could conflict with the schema created by the Cloud Healthcare API. Instance deletions are not applied to the destination table. The destination’s table schema will be automatically updated in case a new instance’s data is incompatible with the current schema. The schema should not be updated manually as this can cause incompatibilies that cannot be resolved automatically. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any instance that generates more than 1 MB of BigQuery data will not be streamed. If an instance cannot be streamed to BigQuery, errors will be logged to Cloud Logging (see Viewing error logs in Cloud Logging).force
BOOLEAN
force
write_disposition
instead. If write_disposition
is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.table_uri
STRING
tableUri
bq://projectId.bqDatasetId.tableId
write_disposition
STRING
writeDisposition
force
parameter is ignored.WRITE_DISPOSITION_UNSPECIFIED
- Default behavior is the same as WRITE_EMPTY.WRITE_EMPTY
- Only export data if the destination table is empty.WRITE_TRUNCATE
- Erase all existing data in the destination table before writing the instances.WRITE_APPEND
- Append data to the destination table.tags
Type: UNORDERED_LIST_STRING