cost 82 ms
通过 Google Colab 使用 Google Cloud Platform API 的身份验证 - Authentication for using Google Cloud Platform API through Google Colab

我正在尝试使用Healthcare API ,特别是 Healthcare Natural Language API 有本教程以及另一个本教程概述了如何在字符串上运行 API; 我的任务是弄清楚如何将 API 与医学文本数据集一起使用。 在所有 GCP 选项中,我最喜欢 Python,因此我尝试通过 ...

Googe Cloud Healthcare api:如何获取所有数据集的列表以及每个数据集的名称? - Googe Cloud Healthcare api: How can I get a list of all the datasets with the names of data stores in each of them?

我正在使用 Google Cloud Healthcare api 来存储 dicom 图像。 我需要一种方法来获取项目中所有数据集的列表,其中包含每个数据集中所有数据存储的名称。 所以可能的输出如下所示: 我能够使用获取所有数据集的列表 但这只会为每个数据集返回一个对象,该对象仅包含数据 ...

GCP - 如何使用 curl 创建配置有 Pub/Sub 主题的 HL7v2 存储? - GCP - How can I create an HL7v2 store configured with a Pub/Sub topic using curl?

为了使用最小底层协议 (MLLP) 通过 TCP/IP 连接传输 HL7v2 消息,我正在遵循本指南。 当我到达创建配置有 Pub/Sub 主题( 此处)的 HL7v2 商店的部分时,我收到错误消息。 这是我在终端中输入的内容:curl -X POST \ --data "{ ...

如何使用 Google Data Fusion 转换 HL7 消息(从 V2 到 FHIR)? - How can I convert HL7 messages (from V2 to FHIR) using Google Data Fusion?

我正在使用 GCP,而且我是医疗保健领域的新手。 我想将 HL7 V2 消息转换为 HL7 FHIR 消息。 演示文稿说我可以使用 Google Data Fusion 插件来做到这一点: 通过将现有 FHIR 数据从 Cloud Storage 导入 Cloud Healthcare API,加 ...

如何使用 GCP 服务将 HL7 V2 消息转换为 HL7 FHIR 消息? - How can I convert HL7 V2 messages to HL7 FHIR messages using GCP services?

我正在使用 GCP,而且我是医疗保健领域的新手。 我想将 HL7 V2 消息转换为 HL7 FHIR 消息。 谷歌为此分享了一个开源解决方案: https://github.com/GoogleCloudPlatform/healthcare-data-harmonization-dataflow ...

Google Cloud Healthcare APIs FHIR 搜索包括患者但不是所有资源与预约 - Google Cloud Healthcare APIs FHIR Search Include Patient but not all resources with Appointment

我正在尝试搜索 Appointment 并包含一些资源但不包含其他资源。 特别是尽量避免包含一些链接为“supportingInfo”的二进制资源,这些资源非常大。 但我仍然想包括患者、位置等。 使用*有效并包括所有相关资源:患者、位置、从业者,不幸的是二进制: GET /Appointment?_ ...

如何在 Google Cloud Healthcare API 中自定义资源类型 - How to customize a resource type in the Google Cloud Healthcare API

我看到 Google Cloud Healthcare 不支持自定义 FHIR 资源类型,解决方法是使用基本功能 - FHIR 规范定义的空功能。 因此,我需要将患者与多个组织相关联,因此我正在考虑使用患者的区域化信息创建一个基本的 object,并且该患者的字段之一是数组、列表或包含所有组织的 j ...

我在 gcp dicom 存储中导入图像,但在我的 pubsub 主题上分配的 dicom 存储未发布消息 - I import image in gcp dicom store, but on my pubsub topic assigned dicom store is not publishing message

脚步 我创造 dicom 数据集 在数据集 dicom 存储中 dicom 商店的 pubsub 主题 问题 我正在尝试将 dcm 图像从存储桶操作导入 dicom 存储,显示 dicom-store 操作Success ,但消息未在指定主题上发布。 Healthcare 和 Pu ...

从 Mac/Nix 示例转换 Windows 上的 ncat 命令 - Converting an ncat command on Windows from a Mac/Nix example

我正在使用 Google Healthcare API 并且在演练中有一个步骤使用 netcat 将 HL7 消息发送到 MLLP 适配器。 (我使用nmap下载ncat for Windows) 我有适配器在本地运行,但他们提供的命令是为 Mac/Nix 用户编写的,我在 Windows 上。 ...

无法将 dicom 文件从 GCP dicom 存储导出到具有原始文件名的存储 - Unable to export dicom file from GCP dicom store to storage with original filename

我正在尝试在从 dicom 存储到 GCS 存储桶的去标识化后导出 dicom 文件 (.dcm)。 操作成功后,图像会加载到 gcs 存储桶中,但文件名是数字格式。 有没有办法以原始文件名导出文件。 例如: 源 dicom 文件名: source.dcm exported dicom filen ...

GCP Healthcare FHIR 摄取太慢 - GCP Healthcare FHIR Ingestion is too slow

我正在尝试在谷歌医疗数据集的 FHIR 存储中摄取 100 万个 FHIR JSON 文件(每个文件以字节为单位)。 摄取需要很长时间(一个多小时)。 有什么方法可以优化医疗保健 API 的速度。 注意:我也想摄取、去识别化并导出到 bigquery。 所以整个过程需要3个多小时的时间。 提前致 ...

从 OAuth-2.0 游乐场访问 Google Healthcare API 时权限被拒绝 - Permission denied while accessing Google Healthcare API from OAuth-2.0 playground

我对谷歌医疗保健 API 的请求在使用刷新令牌选项的 OAuth 2.0 游乐场中不起作用。 我得到“状态”:“PERMISSION_DENIED”。 请求的 API 已启用多天。 这是请求和响应的详细信息。 } } ...

带有 PubSub 的 GKE 上的 Google Healthcare API - INVALID_ARGUMENT - Google Healthcare API on GKE with PubSub - INVALID_ARGUMENT

我们一直在专门使用 HL7 测试 Google Healthcare API,但在我浏览教程时遇到了障碍。 我应该提一下,我在 Kubernetes 和 AWS 方面有相当多的经验,但对 Google Cloud 了解不多。 这一步给我带来了麻烦: https://cloud.google.co ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM