Class GetPatientBundle


  • public class GetPatientBundle
    extends java.lang.Object
    Retrieve a bundle containing the Patient and a number of ExplanationOfBenefits
    • Constructor Summary

      Constructors 
      Constructor Description
      GetPatientBundle​(java.lang.String patientLogicalId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Bundle run​(FHIRBucketClient client)
      Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patient
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetPatientBundle

        public GetPatientBundle​(java.lang.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: