Package ca.uhn.fhir.util
Class ResourceUtil
java.lang.Object
ca.uhn.fhir.util.ResourceUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
ResourceUtil
public ResourceUtil()
-
-
Method Details
-
removeNarrative
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 contexttheInput
- The resource to remove the narrative from
-