Class FhirIO.Search<T>
- java.lang.Object
-
- org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<FhirSearchParameter<T>>,FhirIO.Search.Result>
-
- org.apache.beam.sdk.io.gcp.healthcare.FhirIO.Search<T>
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.beam.sdk.transforms.display.HasDisplayData
- Enclosing class:
- FhirIO
public static class FhirIO.Search<T> extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<FhirSearchParameter<T>>,FhirIO.Search.Result>
The type Search.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFhirIO.Search.Result
-
Field Summary
Fields Modifier and Type Field Description static org.apache.beam.sdk.values.TupleTag<HealthcareIOError<java.lang.String>>DEAD_LETTERThe tag for the deadletter output of FHIR Resources.static org.apache.beam.sdk.values.TupleTag<org.apache.beam.sdk.values.KV<java.lang.String,com.google.gson.JsonArray>>OUTThe tag for the main output of FHIR Resources from a search.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FhirIO.Search.Resultexpand(org.apache.beam.sdk.values.PCollection<FhirSearchParameter<T>> input)-
Methods inherited from class org.apache.beam.sdk.transforms.PTransform
addAnnotation, compose, compose, getAdditionalInputs, getAnnotations, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, populateDisplayData, setDisplayData, setResourceHints, toString, validate, validate
-
-
-
-
Field Detail
-
OUT
public static final org.apache.beam.sdk.values.TupleTag<org.apache.beam.sdk.values.KV<java.lang.String,com.google.gson.JsonArray>> OUT
The tag for the main output of FHIR Resources from a search.
-
DEAD_LETTER
public static final org.apache.beam.sdk.values.TupleTag<HealthcareIOError<java.lang.String>> DEAD_LETTER
The tag for the deadletter output of FHIR Resources.
-
-
Method Detail
-
expand
public FhirIO.Search.Result expand(org.apache.beam.sdk.values.PCollection<FhirSearchParameter<T>> input)
- Specified by:
expandin classorg.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<FhirSearchParameter<T>>,FhirIO.Search.Result>
-
-