Class FhirBundleParameter
java.lang.Object
org.apache.beam.sdk.io.gcp.healthcare.FhirBundleParameter
- All Implemented Interfaces:
Serializable
@DefaultSchema(AutoValueSchema.class)
public abstract class FhirBundleParameter
extends Object
implements Serializable
FhirBundleParameter represents a FHIR bundle in JSON format to be executed on a FHIR store.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
FHIR R4 bundle resource object as a string.abstract String
String representing the metadata of the Bundle to be written.static FhirBundleParameter
static FhirBundleParameter
-
Constructor Details
-
FhirBundleParameter
public FhirBundleParameter()
-
-
Method Details
-
getMetadata
String representing the metadata of the Bundle to be written. Used to pass metadata through the ExecuteBundles PTransform. -
getBundle
FHIR R4 bundle resource object as a string. -
of
-
of
-