public static class FhirIO.Import extends FhirIO.Write
FhirIO.ExecuteBundles
to more safely execute bundles
as transactions which is safer practice for a use on a "live" FHIR store.Modifier and Type | Class and Description |
---|---|
static class |
FhirIO.Import.ContentStructure
The enum Content structure.
|
FhirIO.Write.AbstractResult, FhirIO.Write.Result, FhirIO.Write.WriteMethod
FAILED_BODY, FAILED_FILES, SUCCESSFUL_BODY, TEMP_FILES
name, resourceHints
Modifier and Type | Method and Description |
---|---|
FhirIO.Write.Result |
expand(PCollection<java.lang.String> input)
Override this method to specify how this
PTransform should be expanded on the given
InputT . |
executeBundles, executeBundles, fhirStoresImport, fhirStoresImport, fhirStoresImport
compose, compose, getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, populateDisplayData, setResourceHints, toString, validate, validate
public FhirIO.Write.Result expand(PCollection<java.lang.String> input)
PTransform
PTransform
should be expanded on the given
InputT
.
NOTE: This method should not be called directly. Instead apply the PTransform
should
be applied to the InputT
using the apply
method.
Composite transforms, which are defined in terms of other transforms, should return the output of one of the composed transforms. Non-composite transforms, which do not apply any transforms internally, should return a new unbound output and register evaluators (via backend-specific registration methods).
expand
in class FhirIO.Write