Class ResourceUtil

java.lang.Object
ca.uhn.fhir.util.ResourceUtil

public class ResourceUtil extends Object
  • Constructor Details

  • Method Details

    • removeNarrative

      public static void removeNarrative(FhirContext theContext, IBaseResource theInput)
      This method removes the narrative from the resource, or if the resource is a bundle, removes the narrative from all of the resources in the bundle
      Parameters:
      theContext - The fhir context
      theInput - The resource to remove the narrative from