Class QueryController
java.lang.Object
org.ehrbase.rest.ehrscape.controller.BaseController
org.ehrbase.rest.ehrscape.controller.QueryController
@ConditionalOnMissingBean(name="primaryquerycontroller")
@RestController
@RequestMapping(path="/rest/ecis/v1/query",
produces={"application/json","application/xml"})
public class QueryController
extends BaseController
-
Field Summary
Fields inherited from class org.ehrbase.rest.ehrscape.controller.BaseController
API_ECIS_CONTEXT_PATH_WITH_VERSION, COMPOSITION, EHR, TEMPLATE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ehrbase.rest.ehrscape.controller.BaseController
add2MetaMap, createLocationUri, getContextPath
-
Constructor Details
-
QueryController
-
-
Method Details
-
query
@PostMapping public org.springframework.http.ResponseEntity<QueryResponseData> query(@RequestParam(value="explain",defaultValue="false") Boolean explain, @RequestBody String content)
-