Package org.ehrbase.api.service
Interface AqlQueryService
public interface AqlQueryService
-
Method Summary
Modifier and TypeMethodDescriptionorg.ehrbase.openehr.sdk.response.dto.ehrscape.QueryResultDtoquery(AqlQueryRequest aqlQueryRequest) simple query where the full json expression contains both query (key = 'q') and optional parameters (key = 'query-parameters')
-
Method Details
-
query
simple query where the full json expression contains both query (key = 'q') and optional parameters (key = 'query-parameters')- Parameters:
aqlQueryRequest- to perform- Returns:
- aqlQueryResult
-