
Uses of Package
ca.uhn.fhir.util
Packages that use ca.uhn.fhir.util
Package
Description
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.context
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.context.api
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.model.api
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.model.base.composite
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.model.primitive
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.model.valueset
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.rest.api
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.rest.client.apiClassDescriptionA multipurpose stopwatch which can be used to time tasks and produce human readable output about task duration, throughput, estimated task completion, etc.
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.rest.client.exceptions
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.rest.gclient
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.rest.param
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.rest.server.exceptions
-
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.utilClassDescriptionThis class can be used to build a Bundle resource to be used as a FHIR transaction.FHIR version independent representation of a Bundle Entry.This utility class can be used to create FHIRPath Patch documents.Step 1 for creating an ADD operation, returned by calling
FhirPatchBuilder.add()
Step 1 for creating an DELETE operation, returned by callingFhirPatchBuilder.delete()
Step 1 for creating an INSERT operation, returned by callingFhirPatchBuilder.insert()
Step 1 for creating a MOVE operation, returned by callingFhirPatchBuilder.move()
Step 1 for creating an REPLACE operation, returned by callingFhirPatchBuilder.replace()
This interface is returned after the final property for a given operation.Interface exposing thedestination
propertyInterface exposing theindex
propertyInterface exposing thename
propertyInterface exposing thepath
propertyInterface exposing thesource
propertyInterface exposing thevalue
propertyTHIS API IS EXPERIMENTAL IN HAPI FHIR - USE WITH CAUTION AS THE PUBLISHED API MAY CHANGECopied from https://stackoverflow.com/questions/23003542/cleanest-way-to-create-a-guava-multimap-from-a-java-8-streamCreated by Bill de Beaubien on 2/26/2015.This class collects items from a stream to a given limit and know whether there are still more items beyond that limit.Wrapper class holding context-related instances, and the resource being operated on. -
Classes in ca.uhn.fhir.util used by ca.uhn.fhir.validation.schematron