Skip to content

Commit

Permalink
vault backup: 2023-08-24 21:39:58
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Aug 25, 2023
1 parent 3cd9df5 commit bc17880
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"state": {
"type": "markdown",
"state": {
"file": "dashboard/from_clause.md",
"file": "dashboard/philosophy.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -178,7 +178,7 @@
"state": {
"type": "backlink",
"state": {
"file": "dashboard/from_clause.md",
"file": "dashboard/philosophy.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -195,7 +195,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "dashboard/from_clause.md",
"file": "dashboard/philosophy.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -218,7 +218,7 @@
"state": {
"type": "outline",
"state": {
"file": "dashboard/from_clause.md"
"file": "dashboard/philosophy.md"
}
}
}
Expand All @@ -241,8 +241,12 @@
},
"active": "8cd784a9276ccfed",
"lastOpenFiles": [
"dashboard/aggregations.md",
"dashboard/configuration.md",
"dashboard/select_clause.md",
"dashboard/query_syntax.md",
"dashboard/where_clause.md",
"dashboard/index.md",
"dashboard/from_clause.md",
"technical/FHIR COMMUNITY.md",
"technical/FHIR_RESOURCE_RELATIONSHIPS.md",
Expand All @@ -261,11 +265,7 @@
"providers/PATIENT_PORTAL_AND_SOURCES_TESTING.md",
"providers/PATIENT_CONTRIBUTED_DATA.md",
"technical/TECH_STACK.md",
"dashboard/aggregations.md",
"dashboard/configuration.md",
"dashboard/index.md",
"dashboard/philosophy.md",
"dashboard/where_clause.md",
"legal/HIPAA.md",
"Untitled.canvas",
"img/Screen Shot 2022-11-23 at 8.29.38 PM.png",
Expand Down
3 changes: 3 additions & 0 deletions dashboard/aggregations.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ nav_order: 4

## Order By

```json

```

## Group By

Expand Down
1 change: 1 addition & 0 deletions dashboard/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ All widgets have the same basic properties:
- `item_type` - The type of widget. See [Widget Types](#widget-types) for more info.
- `queries` [OPTIONAL] - A list of queries to run against the user's medical records. See [Query Syntax](#query_syntax) for more info.
- `parsing` [OPTIONAL] - A set of rules to parse the results of the query. See [Query Syntax](#query_syntax) for more info.
- `aggregations` [OPTIONAL] - A clause which can be used to group or aggregate the results

## Widget Types
<a name="widget-types"></a>
Expand Down

0 comments on commit bc17880

Please sign in to comment.