Package ca.uhn.fhir.jpa.bulk.export.svc
Class BulkExportHelperService
java.lang.Object
ca.uhn.fhir.jpa.bulk.export.svc.BulkExportHelperService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateSearchParameterMapsForResourceType
(ca.uhn.fhir.context.RuntimeResourceDefinition theDef, ExportPIDIteratorParameters theParams, boolean theConsiderSince) Given the parameters, create the search parameter map based on type filters and the _since parameter.org.hl7.fhir.instance.model.api.IIdType
Converts the ResourceId to an IIdType.
-
Constructor Details
-
BulkExportHelperService
public BulkExportHelperService()
-
-
Method Details
-
createSearchParameterMapsForResourceType
public List<SearchParameterMap> createSearchParameterMapsForResourceType(ca.uhn.fhir.context.RuntimeResourceDefinition theDef, ExportPIDIteratorParameters theParams, boolean theConsiderSince) Given the parameters, create the search parameter map based on type filters and the _since parameter. The input boolean theConsiderSince determines whether to consider the lastUpdated date in the search parameter map. -
toId
Converts the ResourceId to an IIdType. Eg: Patient/123 -> IIdType- Parameters:
theResourceId
- - string version if the id- Returns:
- - the IIdType
-