Test: Difference between revisions

From Endeavour Knowledge Base
No edit summary
No edit summary
Line 14: Line 14:
|-
|-


|colspan="2"|<span style="color:green">textSearch</span>
|
colspan="2"|<span style="color:green">textSearch</span>
|0..1
|0..1
||<span title="any valid json value characters with json escapes">[https://www.w3.org/TR/xmlschema-2/#string xsd:string]</span>
||<span title="any valid json value characters with json escapes">[https://www.w3.org/TR/xmlschema-2/#string xsd:string]</span>
Line 20: Line 21:
|-
|-


|colspan="2"|<span style="color:green">argument</span>
|
colspan="2"|<span style="color:green">argument</span>
|0..*
|0..*
||<span title="A named parameter and a value for passing into a function">[[#class_Argument|Argument]]</span>
||<span title="A named parameter and a value for passing into a function">[[#class_Argument|Argument]]</span>
Line 26: Line 28:
|-
|-


|rowspan="2"|or
|
rowspan="2"|or
|<span style="color:green">query</span>
|<span style="color:green">query</span>
|rowspan="2"|1..1
|rowspan="2"|1..1
Line 33: Line 36:
|The query definition for an inline dynamic query. If the query is already defined, use the queryIri. Arguments may be used in eoither approach
|The query definition for an inline dynamic query. If the query is already defined, use the queryIri. Arguments may be used in eoither approach
|-
|-
|
|
<span style="color:green">queryIri</span>
<span style="color:green">queryIri</span>
Line 40: Line 44:
|The IRI of a predefined query in the information model. i.e. request the system to run query X
|The IRI of a predefined query in the information model. i.e. request the system to run query X
|-
|-
 
colspan="2"|<span style="color:green">referenceDate</span>
|0..1
||<span title="im date time format">[https://im.endeavourhealth.net/viewer/#/concept/http%3A%2F%2Fendhealth.info%2Fim%23DateTime/ im:DateTime]</span>
|reference date for date ranges that use reference date. Note that it could be passed in as an argeument
|-


|-
|-


|}
|}

Revision as of 13:34, 24 August 2022

colspan="2"|referenceDate
Class Field c Type Comment
QueryRequest page 0..1 PageInformation optional page number and size if the client is looking for paged results

colspan="2"|textSearch

0..1 xsd:string If a free text search is part of the query

colspan="2"|argument

0..* Argument arguments to pass in to the query as parameters. Parameter name and value pairs. Values ,may be strings, numbers or IRIs

rowspan="2"|or

query 1..1 1..1 Query The query definition for an inline dynamic query. If the query is already defined, use the queryIri. Arguments may be used in eoither approach

queryIri

1..1 sh:IRI The IRI of a predefined query in the information model. i.e. request the system to run query X
0..1 im:DateTime reference date for date ranges that use reference date. Note that it could be passed in as an argeument