Class FhirBundleCursor
- java.lang.Object
-
- org.opencds.cqf.cql.engine.fhir.retrieve.FhirBundleCursor
-
-
Constructor Summary
Constructors Constructor Description FhirBundleCursor(ca.uhn.fhir.rest.client.api.IGenericClient fhirClient, org.hl7.fhir.instance.model.api.IBaseBundle results)FhirBundleCursor(ca.uhn.fhir.rest.client.api.IGenericClient fhirClient, org.hl7.fhir.instance.model.api.IBaseBundle results, String dataType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Object>iterator()Returns an iterator over elements of typeT.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
FhirBundleCursor
public FhirBundleCursor(ca.uhn.fhir.rest.client.api.IGenericClient fhirClient, org.hl7.fhir.instance.model.api.IBaseBundle results)
-
FhirBundleCursor
public FhirBundleCursor(ca.uhn.fhir.rest.client.api.IGenericClient fhirClient, org.hl7.fhir.instance.model.api.IBaseBundle results, String dataType)
-
-