Class BundleProviders

java.lang.Object
ca.uhn.fhir.rest.server.BundleProviders

public class BundleProviders extends Object
Utility methods for working with IBundleProvider
  • Method Details

    • newEmptyList

      public static IBundleProvider newEmptyList()
      Create a new unmodifiable empty resource list with the current time as the publish date.
    • newList

      public static IBundleProvider newList(org.hl7.fhir.instance.model.api.IBaseResource theResource)
    • newList

      public static IBundleProvider newList(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources)