Class FhirBundleResponse
java.lang.Object
org.apache.beam.sdk.io.gcp.healthcare.FhirBundleResponse
- All Implemented Interfaces:
 Serializable
@DefaultSchema(AutoValueSchema.class)
public abstract class FhirBundleResponse
extends Object
implements Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract FhirBundleParameterFhirBundleParameter represents a FHIR bundle in JSON format to be executed on a FHIR store.abstract StringHTTP response from the FHIR store after attempting to write the Bundle method.static FhirBundleResponseof(FhirBundleParameter fhirBundleParameter, String response)  
- 
Constructor Details
- 
FhirBundleResponse
public FhirBundleResponse() 
 - 
 - 
Method Details
- 
getFhirBundleParameter
FhirBundleParameter represents a FHIR bundle in JSON format to be executed on a FHIR store. - 
getResponse
HTTP response from the FHIR store after attempting to write the Bundle method. The value varies depending on BATCH vs TRANSACTION bundles. - 
of
@SchemaCreate public static FhirBundleResponse of(FhirBundleParameter fhirBundleParameter, @Nullable String response)  
 -