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.FhirStores.Fhir.BinaryCreate |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.binaryCreate(String parent,
HttpBody content)
Creates a FHIR Binary resource.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.BinaryUpdate |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.binaryUpdate(String name,
HttpBody content)
Updates the entire contents of a Binary resource.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.conditionalPatch(String parent,
String type,
HttpBody content)
If a resource is found based on the search criteria specified in the query parameters, updates
part of that resource by applying the operations specified in a [JSON
Patch](http://jsonpatch.com/) document.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalUpdate |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.conditionalUpdate(String parent,
String type,
HttpBody content)
If a resource is found based on the search criteria specified in the query parameters, updates
the entire contents of that resource.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.Create |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.create(String parent,
String type,
HttpBody content)
Creates a FHIR resource.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ExecuteBundle |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.executeBundle(String parent,
HttpBody content)
Executes all the requests in the given Bundle.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.Patch |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.patch(String name,
HttpBody content)
Updates part of an existing resource by applying the operations specified in a [JSON
Patch](http://jsonpatch.com/) document.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ResourceValidate |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.resourceValidate(String parent,
String type,
HttpBody content)
Validates an input FHIR resource's conformance to its profiles and the profiles configured on the
FHIR store.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.StoreInstances |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.storeInstances(String parent,
String dicomWebPath,
HttpBody content)
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID).
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.StoreInstances |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.storeInstances(String parent,
String dicomWebPath,
HttpBody content)
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID).
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.Update |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.update(String name,
HttpBody content)
Updates the entire contents of a resource.
|
Constructor and Description |
---|
BinaryCreate(String parent,
HttpBody content)
Creates a FHIR Binary resource.
|
BinaryUpdate(String name,
HttpBody content)
Updates the entire contents of a Binary resource.
|
ConditionalPatch(String parent,
String type,
HttpBody content)
If a resource is found based on the search criteria specified in the query parameters, updates
part of that resource by applying the operations specified in a [JSON
Patch](http://jsonpatch.com/) document.
|
ConditionalUpdate(String parent,
String type,
HttpBody content)
If a resource is found based on the search criteria specified in the query parameters, updates
the entire contents of that resource.
|
Create(String parent,
String type,
HttpBody content)
Creates a FHIR resource.
|
ExecuteBundle(String parent,
HttpBody content)
Executes all the requests in the given Bundle.
|
Patch(String name,
HttpBody content)
Updates part of an existing resource by applying the operations specified in a [JSON
Patch](http://jsonpatch.com/) document.
|
ResourceValidate(String parent,
String type,
HttpBody content)
Validates an input FHIR resource's conformance to its profiles and the profiles configured on
the FHIR store.
|
StoreInstances(String parent,
String dicomWebPath,
HttpBody content)
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID).
|
StoreInstances(String parent,
String dicomWebPath,
HttpBody content)
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID).
|
Update(String name,
HttpBody content)
Updates the entire contents of a resource.
|
Modifier and Type | Method and Description |
---|---|
HttpBody |
HttpBody.clone() |
HttpBody |
HttpBody.encodeData(byte[] data)
The HTTP request/response body as raw binary.
|
HttpBody |
HttpBody.set(String fieldName,
Object value) |
HttpBody |
HttpBody.setContentType(String contentType)
The HTTP Content-Type header value specifying the content type of the body.
|
HttpBody |
HttpBody.setData(String data)
The HTTP request/response body as raw binary.
|
HttpBody |
HttpBody.setExtensions(List<Map<String,Object>> extensions)
Application specific response metadata.
|
Copyright © 2011–2024 Google. All rights reserved.