
Package ca.uhn.fhir.jpa.dao.search
Class ExtendedHSearchResourceProjection
java.lang.Object
ca.uhn.fhir.jpa.dao.search.ExtendedHSearchResourceProjection
Query result when fetching full resources from HSearch.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExtendedHSearchResourceProjection
(long thePid, String theForcedId, String theResourceString) -
Method Summary
Modifier and TypeMethodDescriptionlong
getPid()
org.hl7.fhir.instance.model.api.IBaseResource
toResource
(ca.uhn.fhir.parser.IParser theParser)
-
Field Details
-
RESOURCE_NOT_STORED_ERROR
- See Also:
-
-
Constructor Details
-
ExtendedHSearchResourceProjection
-
-
Method Details
-
toResource
public org.hl7.fhir.instance.model.api.IBaseResource toResource(ca.uhn.fhir.parser.IParser theParser) -
getPid
-