Package com.ibm.fhir.bucket.interop
Class GetPatientBundle
- java.lang.Object
 - 
- com.ibm.fhir.bucket.interop.GetPatientBundle
 
 
- 
public class GetPatientBundle extends Object
Retrieve a bundle containing the Patient and a number of ExplanationOfBenefits 
- 
- 
Constructor Summary
Constructors Constructor Description GetPatientBundle(String patientLogicalId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bundlerun(FHIRBucketClient client)Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patient 
 - 
 
- 
- 
Constructor Detail
- 
GetPatientBundle
public GetPatientBundle(String patientLogicalId)
 
 - 
 
- 
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:
 
 
 - 
 
 -