001
002package ca.uhn.fhir.jpa.rp.r5;
003
004import java.util.*;
005
006import org.apache.commons.lang3.StringUtils;
007
008import ca.uhn.fhir.jpa.searchparam.SearchParameterMap;
009import ca.uhn.fhir.model.api.Include;
010import ca.uhn.fhir.model.api.annotation.*;
011import org.hl7.fhir.r5.model.*;
012import ca.uhn.fhir.rest.annotation.*;
013import ca.uhn.fhir.rest.param.*;
014import ca.uhn.fhir.rest.api.SortSpec;
015import ca.uhn.fhir.rest.api.SummaryEnum;
016import ca.uhn.fhir.rest.api.SearchTotalModeEnum;
017import ca.uhn.fhir.rest.api.SearchContainedModeEnum;
018
019public class DeviceResourceProvider extends 
020        ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<Device>
021        {
022
023        @Override
024        public Class<Device> getResourceType() {
025                return Device.class;
026        }
027
028        @Search(allowUnknownParams=true)
029        public ca.uhn.fhir.rest.api.server.IBundleProvider search(
030                        jakarta.servlet.http.HttpServletRequest theServletRequest,
031                        jakarta.servlet.http.HttpServletResponse theServletResponse,
032
033                        ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails,
034
035                        @Description(shortDefinition="Search the contents of the resource's data using a filter")
036                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_FILTER)
037                        StringAndListParam theFtFilter,
038
039                        @Description(shortDefinition="Search the contents of the resource's data using a fulltext search")
040                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_CONTENT)
041                        StringAndListParam theFtContent, 
042
043                        @Description(shortDefinition="Search the contents of the resource's narrative using a fulltext search")
044                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_TEXT)
045                        StringAndListParam theFtText, 
046
047                        @Description(shortDefinition="Search for resources which have the given tag")
048                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_TAG)
049                        TokenAndListParam theSearchForTag, 
050
051                        @Description(shortDefinition="Search for resources which have the given security labels")
052                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_SECURITY)
053                        TokenAndListParam theSearchForSecurity, 
054  
055                        @Description(shortDefinition="Search for resources which have the given profile")
056                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_PROFILE)
057                        UriAndListParam theSearchForProfile,
058
059                        @Description(shortDefinition="Search the contents of the resource's data using a list")
060                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_LIST)
061                        StringAndListParam theList,
062
063                        @Description(shortDefinition="The language of the resource")
064                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_LANGUAGE)
065                        TokenAndListParam theResourceLanguage,
066
067                        @Description(shortDefinition="Search for resources which have the given source value (Resource.meta.source)")
068                        @OptionalParam(name=ca.uhn.fhir.rest.api.Constants.PARAM_SOURCE)
069                        UriAndListParam theSearchForSource,
070
071                        @Description(shortDefinition="Return resources linked to by the given target")
072                        @OptionalParam(name="_has")
073                        HasAndListParam theHas, 
074
075   
076
077                        @Description(shortDefinition="The ID of the resource")
078                        @OptionalParam(name="_id")
079                        TokenAndListParam the_id,
080   
081
082                        @Description(shortDefinition="Search on the narrative of the resource")
083                        @OptionalParam(name="_text")
084                        SpecialAndListParam the_text,
085   
086
087                        @Description(shortDefinition="The biological source for the device")
088                        @OptionalParam(name="biological-source-event")
089                        TokenAndListParam theBiological_source_event,
090   
091
092                        @Description(shortDefinition="The definition / type of the device (code)")
093                        @OptionalParam(name="code")
094                        TokenAndListParam theCode,
095   
096
097                        @Description(shortDefinition="Code and value parameter pair")
098                        @OptionalParam(name="code-value-concept", compositeTypes= { TokenParam.class, StringParam.class })
099                        CompositeAndListParam<TokenParam, StringParam> theCode_value_concept,
100   
101
102                        @Description(shortDefinition="The definition / type of the device")
103                        @OptionalParam(name="definition", targetTypes={  } )
104                        ReferenceAndListParam theDefinition, 
105   
106
107                        @Description(shortDefinition="A server defined search that may match any of the string fields in Device.name or Device.type.")
108                        @OptionalParam(name="device-name")
109                        StringAndListParam theDevice_name, 
110   
111
112                        @Description(shortDefinition="The expiration date of the device")
113                        @OptionalParam(name="expiration-date")
114                        DateRangeParam theExpiration_date, 
115   
116
117                        @Description(shortDefinition="Instance id from manufacturer, owner, and others")
118                        @OptionalParam(name="identifier")
119                        TokenAndListParam theIdentifier,
120   
121
122                        @Description(shortDefinition="A location, where the resource is found")
123                        @OptionalParam(name="location", targetTypes={  } )
124                        ReferenceAndListParam theLocation, 
125   
126
127                        @Description(shortDefinition="The lot number of the device")
128                        @OptionalParam(name="lot-number")
129                        StringAndListParam theLot_number, 
130   
131
132                        @Description(shortDefinition="The manufacture date of the device")
133                        @OptionalParam(name="manufacture-date")
134                        DateRangeParam theManufacture_date, 
135   
136
137                        @Description(shortDefinition="The manufacturer of the device")
138                        @OptionalParam(name="manufacturer")
139                        StringAndListParam theManufacturer, 
140   
141
142                        @Description(shortDefinition="The model of the device")
143                        @OptionalParam(name="model")
144                        StringAndListParam theModel, 
145   
146
147                        @Description(shortDefinition="The organization responsible for the device")
148                        @OptionalParam(name="organization", targetTypes={  } )
149                        ReferenceAndListParam theOrganization, 
150   
151
152                        @Description(shortDefinition="The parent device")
153                        @OptionalParam(name="parent", targetTypes={  } )
154                        ReferenceAndListParam theParent, 
155   
156
157                        @Description(shortDefinition="The serial number of the device")
158                        @OptionalParam(name="serial-number")
159                        StringAndListParam theSerial_number, 
160   
161
162                        @Description(shortDefinition="The standards, specifications, or formal guidances.")
163                        @OptionalParam(name="specification")
164                        TokenAndListParam theSpecification,
165   
166
167                        @Description(shortDefinition="A composite of both specification and version")
168                        @OptionalParam(name="specification-version", compositeTypes= { TokenParam.class, StringParam.class })
169                        CompositeAndListParam<TokenParam, StringParam> theSpecification_version,
170   
171
172                        @Description(shortDefinition="active | inactive | entered-in-error | unknown")
173                        @OptionalParam(name="status")
174                        TokenAndListParam theStatus,
175   
176
177                        @Description(shortDefinition="The type of the device")
178                        @OptionalParam(name="type")
179                        TokenAndListParam theType,
180   
181
182                        @Description(shortDefinition="UDI Barcode (RFID or other technology) string in *HRF* format.")
183                        @OptionalParam(name="udi-carrier")
184                        StringAndListParam theUdi_carrier, 
185   
186
187                        @Description(shortDefinition="The udi Device Identifier (DI)")
188                        @OptionalParam(name="udi-di")
189                        StringAndListParam theUdi_di, 
190   
191
192                        @Description(shortDefinition="Network address to contact device")
193                        @OptionalParam(name="url")
194                        UriAndListParam theUrl, 
195   
196
197                        @Description(shortDefinition="The specific version of the device")
198                        @OptionalParam(name="version")
199                        StringAndListParam theVersion, 
200
201                        @RawParam
202                        Map<String, List<String>> theAdditionalRawParams,
203
204                        @Description(shortDefinition="Only return resources which were last updated as specified by the given range")
205                        @OptionalParam(name="_lastUpdated")
206                        DateRangeParam theLastUpdated, 
207
208                        @IncludeParam
209                        Set<Include> theIncludes,
210
211                        @IncludeParam(reverse=true)
212                        Set<Include> theRevIncludes,
213
214                        @Sort
215                        SortSpec theSort,
216                        
217                        @ca.uhn.fhir.rest.annotation.Count
218                        Integer theCount,
219
220                        @ca.uhn.fhir.rest.annotation.Offset
221                        Integer theOffset,
222
223                        SummaryEnum theSummaryMode,
224
225                        SearchTotalModeEnum theSearchTotalMode,
226
227                        SearchContainedModeEnum theSearchContainedMode
228
229                        ) {
230                startRequest(theServletRequest);
231                try {
232                        SearchParameterMap paramMap = new SearchParameterMap();
233                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_FILTER, theFtFilter);
234                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_CONTENT, theFtContent);
235                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_TEXT, theFtText);
236                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_TAG, theSearchForTag);
237                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_SECURITY, theSearchForSecurity);
238                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_PROFILE, theSearchForProfile);
239                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_SOURCE, theSearchForSource);
240                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_LIST, theList);
241                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_LANGUAGE, theResourceLanguage);
242
243                        paramMap.add("_has", theHas);
244                        paramMap.add("_id", the_id);
245                        paramMap.add("_text", the_text);
246                        paramMap.add("biological-source-event", theBiological_source_event);
247                        paramMap.add("code", theCode);
248                        paramMap.add("code-value-concept", theCode_value_concept);
249                        paramMap.add("definition", theDefinition);
250                        paramMap.add("device-name", theDevice_name);
251                        paramMap.add("expiration-date", theExpiration_date);
252                        paramMap.add("identifier", theIdentifier);
253                        paramMap.add("location", theLocation);
254                        paramMap.add("lot-number", theLot_number);
255                        paramMap.add("manufacture-date", theManufacture_date);
256                        paramMap.add("manufacturer", theManufacturer);
257                        paramMap.add("model", theModel);
258                        paramMap.add("organization", theOrganization);
259                        paramMap.add("parent", theParent);
260                        paramMap.add("serial-number", theSerial_number);
261                        paramMap.add("specification", theSpecification);
262                        paramMap.add("specification-version", theSpecification_version);
263                        paramMap.add("status", theStatus);
264                        paramMap.add("type", theType);
265                        paramMap.add("udi-carrier", theUdi_carrier);
266                        paramMap.add("udi-di", theUdi_di);
267                        paramMap.add("url", theUrl);
268                        paramMap.add("version", theVersion);
269                        paramMap.setRevIncludes(theRevIncludes);
270                        paramMap.setLastUpdated(theLastUpdated);
271                        paramMap.setIncludes(theIncludes);
272                        paramMap.setSort(theSort);
273                        paramMap.setCount(theCount);
274                        paramMap.setOffset(theOffset);
275                        paramMap.setSummaryMode(theSummaryMode);
276                        paramMap.setSearchTotalMode(theSearchTotalMode);
277                        paramMap.setSearchContainedMode(theSearchContainedMode);
278
279                        getDao().translateRawParameters(theAdditionalRawParams, paramMap);
280
281                        ca.uhn.fhir.rest.api.server.IBundleProvider retVal = getDao().search(paramMap, theRequestDetails, theServletResponse);
282                        return retVal;
283                } finally {
284                        endRequest(theServletRequest);
285                }
286        }
287
288}