001
002package ca.uhn.fhir.jpa.rp.dstu2;
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 ca.uhn.fhir.model.dstu2.composite.*;
012import ca.uhn.fhir.model.dstu2.resource.*; //
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 StructureDefinitionResourceProvider extends 
021        ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderStructureDefinition<StructureDefinition>
022        {
023
024        @Override
025        public Class<StructureDefinition> getResourceType() {
026                return StructureDefinition.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                        StringAndListParam the_id, 
073   
074
075                        @Description(shortDefinition="")
076                        @OptionalParam(name="abstract")
077                        TokenAndListParam theAbstract,
078   
079
080                        @Description(shortDefinition="")
081                        @OptionalParam(name="base")
082                        UriAndListParam theBase, 
083   
084
085                        @Description(shortDefinition="")
086                        @OptionalParam(name="base-path")
087                        TokenAndListParam theBase_path,
088   
089
090                        @Description(shortDefinition="A code for the profile")
091                        @OptionalParam(name="code")
092                        TokenAndListParam theCode,
093   
094
095                        @Description(shortDefinition="A use context assigned to the structure")
096                        @OptionalParam(name="context")
097                        TokenAndListParam theContext,
098   
099
100                        @Description(shortDefinition="")
101                        @OptionalParam(name="context-type")
102                        TokenAndListParam theContext_type,
103   
104
105                        @Description(shortDefinition="The profile publication date")
106                        @OptionalParam(name="date")
107                        DateRangeParam theDate, 
108   
109
110                        @Description(shortDefinition="Text search in the description of the profile")
111                        @OptionalParam(name="description")
112                        StringAndListParam theDescription, 
113   
114
115                        @Description(shortDefinition="")
116                        @OptionalParam(name="display")
117                        StringAndListParam theDisplay, 
118   
119
120                        @Description(shortDefinition="")
121                        @OptionalParam(name="experimental")
122                        TokenAndListParam theExperimental,
123   
124
125                        @Description(shortDefinition="")
126                        @OptionalParam(name="ext-context")
127                        StringAndListParam theExt_context, 
128   
129
130                        @Description(shortDefinition="The identifier of the profile")
131                        @OptionalParam(name="identifier")
132                        TokenAndListParam theIdentifier,
133   
134
135                        @Description(shortDefinition="")
136                        @OptionalParam(name="kind")
137                        TokenAndListParam theKind,
138   
139
140                        @Description(shortDefinition="Name of the profile")
141                        @OptionalParam(name="name")
142                        StringAndListParam theName, 
143   
144
145                        @Description(shortDefinition="A path that is constrained in the profile")
146                        @OptionalParam(name="path")
147                        TokenAndListParam thePath,
148   
149
150                        @Description(shortDefinition="Name of the publisher of the profile")
151                        @OptionalParam(name="publisher")
152                        StringAndListParam thePublisher, 
153   
154
155                        @Description(shortDefinition="The current status of the profile")
156                        @OptionalParam(name="status")
157                        TokenAndListParam theStatus,
158   
159
160                        @Description(shortDefinition="")
161                        @OptionalParam(name="type")
162                        TokenAndListParam theType,
163   
164
165                        @Description(shortDefinition="")
166                        @OptionalParam(name="url")
167                        UriAndListParam theUrl, 
168   
169
170                        @Description(shortDefinition="A vocabulary binding reference")
171                        @OptionalParam(name="valueset", targetTypes={  } )
172                        ReferenceAndListParam theValueset, 
173   
174
175                        @Description(shortDefinition="The version identifier of the profile")
176                        @OptionalParam(name="version")
177                        TokenAndListParam theVersion,
178
179                        @RawParam
180                        Map<String, List<String>> theAdditionalRawParams,
181
182                        @Description(shortDefinition="Only return resources which were last updated as specified by the given range")
183                        @OptionalParam(name="_lastUpdated")
184                        DateRangeParam theLastUpdated, 
185
186                        @IncludeParam
187                        Set<Include> theIncludes,
188
189                        @IncludeParam(reverse=true)
190                        Set<Include> theRevIncludes,
191
192                        @Sort
193                        SortSpec theSort,
194                        
195                        @ca.uhn.fhir.rest.annotation.Count
196                        Integer theCount,
197
198                        @ca.uhn.fhir.rest.annotation.Offset
199                        Integer theOffset,
200
201                        SummaryEnum theSummaryMode,
202
203                        SearchTotalModeEnum theSearchTotalMode,
204
205                        SearchContainedModeEnum theSearchContainedMode
206
207                        ) {
208                startRequest(theServletRequest);
209                try {
210                        SearchParameterMap paramMap = new SearchParameterMap();
211                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_FILTER, theFtFilter);
212                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_CONTENT, theFtContent);
213                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_TEXT, theFtText);
214                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_TAG, theSearchForTag);
215                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_SECURITY, theSearchForSecurity);
216                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_PROFILE, theSearchForProfile);
217                        paramMap.add(ca.uhn.fhir.rest.api.Constants.PARAM_SOURCE, theSearchForSource);
218                        paramMap.add("_has", theHas);
219                        paramMap.add("_id", the_id);
220                        paramMap.add("abstract", theAbstract);
221                        paramMap.add("base", theBase);
222                        paramMap.add("base-path", theBase_path);
223                        paramMap.add("code", theCode);
224                        paramMap.add("context", theContext);
225                        paramMap.add("context-type", theContext_type);
226                        paramMap.add("date", theDate);
227                        paramMap.add("description", theDescription);
228                        paramMap.add("display", theDisplay);
229                        paramMap.add("experimental", theExperimental);
230                        paramMap.add("ext-context", theExt_context);
231                        paramMap.add("identifier", theIdentifier);
232                        paramMap.add("kind", theKind);
233                        paramMap.add("name", theName);
234                        paramMap.add("path", thePath);
235                        paramMap.add("publisher", thePublisher);
236                        paramMap.add("status", theStatus);
237                        paramMap.add("type", theType);
238                        paramMap.add("url", theUrl);
239                        paramMap.add("valueset", theValueset);
240                        paramMap.add("version", theVersion);
241                        paramMap.setRevIncludes(theRevIncludes);
242                        paramMap.setLastUpdated(theLastUpdated);
243                        paramMap.setIncludes(theIncludes);
244                        paramMap.setSort(theSort);
245                        paramMap.setCount(theCount);
246                        paramMap.setOffset(theOffset);
247                        paramMap.setSummaryMode(theSummaryMode);
248                        paramMap.setSearchTotalMode(theSearchTotalMode);
249                        paramMap.setSearchContainedMode(theSearchContainedMode);
250
251                        getDao().translateRawParameters(theAdditionalRawParams, paramMap);
252
253                        ca.uhn.fhir.rest.api.server.IBundleProvider retVal = getDao().search(paramMap, theRequestDetails, theServletResponse);
254                        return retVal;
255                } finally {
256                        endRequest(theServletRequest);
257                }
258        }
259
260}