Class GetExplanationOfBenefitDetail
- java.lang.Object
-
- org.linuxforhealth.fhir.bucket.interop.GetExplanationOfBenefitDetail
-
public class GetExplanationOfBenefitDetail extends java.lang.Object
Use the response bundle from the GetPatientBundle request and use it to retrieve other resources referenced by the ExplanationOfBenefit entries
-
-
Constructor Summary
Constructors Constructor Description GetExplanationOfBenefitDetail(Bundle inputBundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addGetsForEntry(Bundle.Builder bundleBuilder, ExplanationOfBenefit eob)
Bundle
run(FHIRBucketClient client)
Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patient
-
-
-
Constructor Detail
-
GetExplanationOfBenefitDetail
public GetExplanationOfBenefitDetail(Bundle inputBundle)
-
-
Method Detail
-
run
public Bundle run(FHIRBucketClient client)
Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patient- Parameters:
client
-- Returns:
-
addGetsForEntry
protected void addGetsForEntry(Bundle.Builder bundleBuilder, ExplanationOfBenefit eob)
-
-