
001 002package ca.uhn.fhir.jpa.rp.r4; 003 004import java.util.*; 005 006import org.apache.commons.lang3.StringUtils; 007 008import ca.uhn.fhir.jpa.provider.r4.*; 009import ca.uhn.fhir.jpa.searchparam.SearchParameterMap; 010import ca.uhn.fhir.model.api.Include; 011import ca.uhn.fhir.model.api.annotation.*; 012import org.hl7.fhir.r4.model.*; 013import ca.uhn.fhir.rest.annotation.*; 014import ca.uhn.fhir.rest.param.*; 015import ca.uhn.fhir.rest.api.SortSpec; 016import ca.uhn.fhir.rest.api.SummaryEnum; 017import ca.uhn.fhir.rest.api.SearchTotalModeEnum; 018import ca.uhn.fhir.rest.api.SearchContainedModeEnum; 019 020public class SearchParameterResourceProvider extends 021 JpaResourceProviderR4<SearchParameter> 022 { 023 024 @Override 025 public Class<SearchParameter> getResourceType() { 026 return SearchParameter.class; 027 } 028 029 @Search(allowUnknownParams=true) 030 public ca.uhn.fhir.rest.api.server.IBundleProvider search( 031 javax.servlet.http.HttpServletRequest theServletRequest, 032 javax.servlet.http.HttpServletResponse theServletResponse, 033 034 ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, 035 036 @Description(shortDefinition="Search the contents of the resource's data using a filter") 037 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_FILTER) 038 StringAndListParam theFtFilter, 039 040 @Description(shortDefinition="Search the contents of the resource's data using a fulltext search") 041 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_CONTENT) 042 StringAndListParam theFtContent, 043 044 @Description(shortDefinition="Search the contents of the resource's narrative using a fulltext search") 045 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_TEXT) 046 StringAndListParam theFtText, 047 048 @Description(shortDefinition="Search for resources which have the given tag") 049 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_TAG) 050 TokenAndListParam theSearchForTag, 051 052 @Description(shortDefinition="Search for resources which have the given security labels") 053 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_SECURITY) 054 TokenAndListParam theSearchForSecurity, 055 056 @Description(shortDefinition="Search for resources which have the given profile") 057 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_PROFILE) 058 UriAndListParam theSearchForProfile, 059 060 @Description(shortDefinition="Search for resources which have the given source value (Resource.meta.source)") 061 @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_SOURCE) 062 UriAndListParam theSearchForSource, 063 064 @Description(shortDefinition="Return resources linked to by the given target") 065 @OptionalParam(name="_has") 066 HasAndListParam theHas, 067 068 069 070 @Description(shortDefinition="The ID of the resource") 071 @OptionalParam(name="_id") 072 TokenAndListParam the_id, 073 074 075 @Description(shortDefinition="The resource type(s) this search parameter applies to") 076 @OptionalParam(name="base") 077 TokenAndListParam theBase, 078 079 080 @Description(shortDefinition="Code used in URL") 081 @OptionalParam(name="code") 082 TokenAndListParam theCode, 083 084 085 @Description(shortDefinition="Defines how the part works") 086 @OptionalParam(name="component", targetTypes={ } ) 087 ReferenceAndListParam theComponent, 088 089 090 @Description(shortDefinition="A use context assigned to the search parameter") 091 @OptionalParam(name="context") 092 TokenAndListParam theContext, 093 094 095 @Description(shortDefinition="A quantity- or range-valued use context assigned to the search parameter") 096 @OptionalParam(name="context-quantity") 097 QuantityAndListParam theContext_quantity, 098 099 100 @Description(shortDefinition="A type of use context assigned to the search parameter") 101 @OptionalParam(name="context-type") 102 TokenAndListParam theContext_type, 103 104 105 @Description(shortDefinition="A use context type and quantity- or range-based value assigned to the search parameter") 106 @OptionalParam(name="context-type-quantity", compositeTypes= { TokenParam.class, QuantityParam.class }) 107 CompositeAndListParam<TokenParam, QuantityParam> theContext_type_quantity, 108 109 110 @Description(shortDefinition="A use context type and value assigned to the search parameter") 111 @OptionalParam(name="context-type-value", compositeTypes= { TokenParam.class, TokenParam.class }) 112 CompositeAndListParam<TokenParam, TokenParam> theContext_type_value, 113 114 115 @Description(shortDefinition="The search parameter publication date") 116 @OptionalParam(name="date") 117 DateRangeParam theDate, 118 119 120 @Description(shortDefinition="Original definition for the search parameter") 121 @OptionalParam(name="derived-from", targetTypes={ } ) 122 ReferenceAndListParam theDerived_from, 123 124 125 @Description(shortDefinition="The description of the search parameter") 126 @OptionalParam(name="description") 127 StringAndListParam theDescription, 128 129 130 @Description(shortDefinition="Intended jurisdiction for the search parameter") 131 @OptionalParam(name="jurisdiction") 132 TokenAndListParam theJurisdiction, 133 134 135 @Description(shortDefinition="Computationally friendly name of the search parameter") 136 @OptionalParam(name="name") 137 StringAndListParam theName, 138 139 140 @Description(shortDefinition="Name of the publisher of the search parameter") 141 @OptionalParam(name="publisher") 142 StringAndListParam thePublisher, 143 144 145 @Description(shortDefinition="The current status of the search parameter") 146 @OptionalParam(name="status") 147 TokenAndListParam theStatus, 148 149 150 @Description(shortDefinition="Types of resource (if a resource reference)") 151 @OptionalParam(name="target") 152 TokenAndListParam theTarget, 153 154 155 @Description(shortDefinition="number | date | string | token | reference | composite | quantity | uri | special") 156 @OptionalParam(name="type") 157 TokenAndListParam theType, 158 159 160 @Description(shortDefinition="The uri that identifies the search parameter") 161 @OptionalParam(name="url") 162 UriAndListParam theUrl, 163 164 165 @Description(shortDefinition="The business version of the search parameter") 166 @OptionalParam(name="version") 167 TokenAndListParam theVersion, 168 169 @RawParam 170 Map<String, List<String>> theAdditionalRawParams, 171 172 @Description(shortDefinition="Only return resources which were last updated as specified by the given range") 173 @OptionalParam(name="_lastUpdated") 174 DateRangeParam theLastUpdated, 175 176 @IncludeParam 177 Set<Include> theIncludes, 178 179 @IncludeParam(reverse=true) 180 Set<Include> theRevIncludes, 181 182 @Sort 183 SortSpec theSort, 184 185 @ca.uhn.fhir.rest.annotation.Count 186 Integer theCount, 187 188 @ca.uhn.fhir.rest.annotation.Offset 189 Integer theOffset, 190 191 SummaryEnum theSummaryMode, 192 193 SearchTotalModeEnum theSearchTotalMode, 194 195 SearchContainedModeEnum theSearchContainedMode 196 197 ) { 198 startRequest(theServletRequest); 199 try { 200 SearchParameterMap paramMap = new SearchParameterMap(); 201 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_FILTER, theFtFilter); 202 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_CONTENT, theFtContent); 203 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_TEXT, theFtText); 204 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_TAG, theSearchForTag); 205 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_SECURITY, theSearchForSecurity); 206 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_PROFILE, theSearchForProfile); 207 paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_SOURCE, theSearchForSource); 208 paramMap.add("_has", theHas); 209 paramMap.add("_id", the_id); 210 paramMap.add("base", theBase); 211 paramMap.add("code", theCode); 212 paramMap.add("component", theComponent); 213 paramMap.add("context", theContext); 214 paramMap.add("context-quantity", theContext_quantity); 215 paramMap.add("context-type", theContext_type); 216 paramMap.add("context-type-quantity", theContext_type_quantity); 217 paramMap.add("context-type-value", theContext_type_value); 218 paramMap.add("date", theDate); 219 paramMap.add("derived-from", theDerived_from); 220 paramMap.add("description", theDescription); 221 paramMap.add("jurisdiction", theJurisdiction); 222 paramMap.add("name", theName); 223 paramMap.add("publisher", thePublisher); 224 paramMap.add("status", theStatus); 225 paramMap.add("target", theTarget); 226 paramMap.add("type", theType); 227 paramMap.add("url", theUrl); 228 paramMap.add("version", theVersion); 229 paramMap.setRevIncludes(theRevIncludes); 230 paramMap.setLastUpdated(theLastUpdated); 231 paramMap.setIncludes(theIncludes); 232 paramMap.setSort(theSort); 233 paramMap.setCount(theCount); 234 paramMap.setOffset(theOffset); 235 paramMap.setSummaryMode(theSummaryMode); 236 paramMap.setSearchTotalMode(theSearchTotalMode); 237 paramMap.setSearchContainedMode(theSearchContainedMode); 238 239 getDao().translateRawParameters(theAdditionalRawParams, paramMap); 240 241 ca.uhn.fhir.rest.api.server.IBundleProvider retVal = getDao().search(paramMap, theRequestDetails, theServletResponse); 242 return retVal; 243 } finally { 244 endRequest(theServletRequest); 245 } 246 } 247 248}