public static class HttpHealthcareApiClient.FhirResourcePages
extends java.lang.Object
implements java.lang.Iterable<com.google.gson.JsonArray>
Modifier and Type | Class and Description |
---|---|
static class |
HttpHealthcareApiClient.FhirResourcePages.FhirResourcePagesIterator
The type Fhir resource pages iterator.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<com.google.gson.JsonArray> |
iterator() |
static com.google.api.services.healthcare.v1.model.HttpBody |
makeSearchRequest(HealthcareApiClient client,
java.lang.String fhirStore,
java.lang.String resourceType,
@Nullable java.util.Map<java.lang.String,java.lang.Object> parameters,
java.lang.String pageToken)
Make search request.
|
public static com.google.api.services.healthcare.v1.model.HttpBody makeSearchRequest(HealthcareApiClient client, java.lang.String fhirStore, java.lang.String resourceType, @Nullable java.util.Map<java.lang.String,java.lang.Object> parameters, java.lang.String pageToken) throws java.io.IOException
client
- the clientfhirStore
- the Fhir storeresourceType
- the Fhir resource type to search forparameters
- the search parameterspageToken
- the page tokenjava.io.IOException
- the io exceptionpublic java.util.Iterator<com.google.gson.JsonArray> iterator()
iterator
in interface java.lang.Iterable<com.google.gson.JsonArray>