条件付きのリソースの更新
bookmark_borderbookmark
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
クエリ パラメータで指定された検索条件を満たすことでリソースが存在する場合は、リソース全体を更新します。
コードサンプル
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],[],[[["The code examples demonstrate how to conditionally update FHIR resources in the Cloud Healthcare API using Go and Python."],["The update is based on search criteria defined by query parameters, allowing you to target specific resources for modification."],["Both examples show how to set up authentication and interact with the Cloud Healthcare API using the respective language's client libraries."],["The provided Python code shows an example of updating observation resources, searching by a given identifier to update it to have a 'cancelled' status."],["The provided Go code example provides a more granular approach to updating a FHIR resource, by setting query parameters to target resources updated within the last 48 hours."]]],[]]