Skip to content

Commit

Permalink
deploy: ef6ba0e
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Dec 13, 2023
1 parent 77ff1c2 commit 2ab87dd
Show file tree
Hide file tree
Showing 9 changed files with 195 additions and 195 deletions.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions tutorials/eicu.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ <h2>Imports and instantiate <code class="docutils literal notranslate"><span cla
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:19,851 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Database setup, ready to run queries!
2023-12-13 12:22:03,005 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Database setup, ready to run queries!
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -542,8 +542,8 @@ <h2>Example 1. Get all female patients discharged in 2014 (limit to 100 rows).<a
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:20,711 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 11:52:20,713 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.052609 s
2023-12-13 12:22:03,881 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 12:22:03,883 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.052167 s
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -578,8 +578,8 @@ <h2>Example 2. Get all patient encounters with diagnoses (<code class="docutils
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:20,815 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 11:52:20,816 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.081661 s
2023-12-13 12:22:03,983 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 12:22:03,985 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.080216 s
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -620,8 +620,8 @@ <h2>Example 3. Get potassium lab tests for patients discharged in the year 2014,
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:20,887 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 11:52:20,888 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.040578 s
2023-12-13 12:22:04,060 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 12:22:04,061 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.044123 s
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -660,8 +660,8 @@ <h2>Example 4. Get glucose medications (substring search) for female patients di
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:21,081 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 11:52:21,083 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.177266 s
2023-12-13 12:22:04,255 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 12:22:04,256 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.169097 s
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down
58 changes: 29 additions & 29 deletions tutorials/eicu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"id": "75a140e0-fb27-4319-862f-be54397abe5c",
"metadata": {
"execution": {
"iopub.execute_input": "2023-12-13T16:52:18.452114Z",
"iopub.status.busy": "2023-12-13T16:52:18.451414Z",
"iopub.status.idle": "2023-12-13T16:52:20.645785Z",
"shell.execute_reply": "2023-12-13T16:52:20.644168Z"
"iopub.execute_input": "2023-12-13T17:22:01.644824Z",
"iopub.status.busy": "2023-12-13T17:22:01.644186Z",
"iopub.status.idle": "2023-12-13T17:22:03.815828Z",
"shell.execute_reply": "2023-12-13T17:22:03.814212Z"
},
"tags": []
},
Expand All @@ -47,7 +47,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:19,851 \u001b[1;37mINFO\u001b[0m cycquery.orm - Database setup, ready to run queries!\n"
"2023-12-13 12:22:03,005 \u001b[1;37mINFO\u001b[0m cycquery.orm - Database setup, ready to run queries!\n"
]
},
{
Expand Down Expand Up @@ -124,10 +124,10 @@
"id": "c1efa964-8978-4a0e-9892-5ea4ce9953a3",
"metadata": {
"execution": {
"iopub.execute_input": "2023-12-13T16:52:20.652426Z",
"iopub.status.busy": "2023-12-13T16:52:20.651766Z",
"iopub.status.idle": "2023-12-13T16:52:20.718752Z",
"shell.execute_reply": "2023-12-13T16:52:20.717319Z"
"iopub.execute_input": "2023-12-13T17:22:03.822953Z",
"iopub.status.busy": "2023-12-13T17:22:03.822330Z",
"iopub.status.idle": "2023-12-13T17:22:03.888617Z",
"shell.execute_reply": "2023-12-13T17:22:03.887178Z"
},
"tags": []
},
Expand All @@ -136,14 +136,14 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:20,711 \u001b[1;37mINFO\u001b[0m cycquery.orm - Query returned successfully!\n"
"2023-12-13 12:22:03,881 \u001b[1;37mINFO\u001b[0m cycquery.orm - Query returned successfully!\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:20,713 \u001b[1;37mINFO\u001b[0m cycquery.utils.profile - Finished executing function run_query in 0.052609 s\n"
"2023-12-13 12:22:03,883 \u001b[1;37mINFO\u001b[0m cycquery.utils.profile - Finished executing function run_query in 0.052167 s\n"
]
},
{
Expand Down Expand Up @@ -180,10 +180,10 @@
"id": "a7ab5fa3-e26b-47a7-818f-1bf367a55760",
"metadata": {
"execution": {
"iopub.execute_input": "2023-12-13T16:52:20.724709Z",
"iopub.status.busy": "2023-12-13T16:52:20.724340Z",
"iopub.status.idle": "2023-12-13T16:52:20.820091Z",
"shell.execute_reply": "2023-12-13T16:52:20.819203Z"
"iopub.execute_input": "2023-12-13T17:22:03.894577Z",
"iopub.status.busy": "2023-12-13T17:22:03.894198Z",
"iopub.status.idle": "2023-12-13T17:22:03.990536Z",
"shell.execute_reply": "2023-12-13T17:22:03.989308Z"
},
"tags": []
},
Expand All @@ -192,14 +192,14 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:20,815 \u001b[1;37mINFO\u001b[0m cycquery.orm - Query returned successfully!\n"
"2023-12-13 12:22:03,983 \u001b[1;37mINFO\u001b[0m cycquery.orm - Query returned successfully!\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:20,816 \u001b[1;37mINFO\u001b[0m cycquery.utils.profile - Finished executing function run_query in 0.081661 s\n"
"2023-12-13 12:22:03,985 \u001b[1;37mINFO\u001b[0m cycquery.utils.profile - Finished executing function run_query in 0.080216 s\n"
]
},
{
Expand Down Expand Up @@ -236,10 +236,10 @@
"id": "24043abc-1878-4e00-8229-36d4a0368b98",
"metadata": {
"execution": {
"iopub.execute_input": "2023-12-13T16:52:20.826762Z",
"iopub.status.busy": "2023-12-13T16:52:20.826382Z",
"iopub.status.idle": "2023-12-13T16:52:20.891762Z",
"shell.execute_reply": "2023-12-13T16:52:20.890997Z"
"iopub.execute_input": "2023-12-13T17:22:03.996548Z",
"iopub.status.busy": "2023-12-13T17:22:03.996011Z",
"iopub.status.idle": "2023-12-13T17:22:04.066442Z",
"shell.execute_reply": "2023-12-13T17:22:04.065299Z"
},
"tags": []
},
Expand All @@ -248,14 +248,14 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:20,887 \u001b[1;37mINFO\u001b[0m cycquery.orm - Query returned successfully!\n"
"2023-12-13 12:22:04,060 \u001b[1;37mINFO\u001b[0m cycquery.orm - Query returned successfully!\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:20,888 \u001b[1;37mINFO\u001b[0m cycquery.utils.profile - Finished executing function run_query in 0.040578 s\n"
"2023-12-13 12:22:04,061 \u001b[1;37mINFO\u001b[0m cycquery.utils.profile - Finished executing function run_query in 0.044123 s\n"
]
},
{
Expand Down Expand Up @@ -298,10 +298,10 @@
"id": "f6142f27-e8d1-453c-bfe2-2265d9ff1914",
"metadata": {
"execution": {
"iopub.execute_input": "2023-12-13T16:52:20.895327Z",
"iopub.status.busy": "2023-12-13T16:52:20.894925Z",
"iopub.status.idle": "2023-12-13T16:52:21.088060Z",
"shell.execute_reply": "2023-12-13T16:52:21.086915Z"
"iopub.execute_input": "2023-12-13T17:22:04.073075Z",
"iopub.status.busy": "2023-12-13T17:22:04.072700Z",
"iopub.status.idle": "2023-12-13T17:22:04.259690Z",
"shell.execute_reply": "2023-12-13T17:22:04.258823Z"
},
"tags": []
},
Expand All @@ -310,14 +310,14 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:21,081 \u001b[1;37mINFO\u001b[0m cycquery.orm - Query returned successfully!\n"
"2023-12-13 12:22:04,255 \u001b[1;37mINFO\u001b[0m cycquery.orm - Query returned successfully!\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"2023-12-13 11:52:21,083 \u001b[1;37mINFO\u001b[0m cycquery.utils.profile - Finished executing function run_query in 0.177266 s\n"
"2023-12-13 12:22:04,256 \u001b[1;37mINFO\u001b[0m cycquery.utils.profile - Finished executing function run_query in 0.169097 s\n"
]
},
{
Expand Down
18 changes: 9 additions & 9 deletions tutorials/mimiciii.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ <h2>Imports and instantiate <code class="docutils literal notranslate"><span cla
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:30,935 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Database setup, ready to run queries!
2023-12-13 12:22:10,720 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Database setup, ready to run queries!
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -512,8 +512,8 @@ <h2>Example 1. Get all male patients with a mortality outcome.<a class="headerli
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:37,862 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 11:52:37,863 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.042005 s
2023-12-13 12:22:15,414 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 12:22:15,415 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.037629 s
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -553,8 +553,8 @@ <h2>Example 2. Get all female patient encounters with diagnoses (<code class="do
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:37,996 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 11:52:37,997 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.099390 s
2023-12-13 12:22:15,542 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 12:22:15,544 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.093109 s
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -586,8 +586,8 @@ <h2>Example 3. Get potassium lab tests for female patients.<a class="headerlink"
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:52:38,054 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 11:52:38,056 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.032799 s
2023-12-13 12:22:15,606 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 12:22:15,607 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 0.032739 s
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down Expand Up @@ -624,8 +624,8 @@ <h2>Example 4. Get AaDO2 carevue chart events for male patients that have a <cod
</div>
<div class="output_area stderr docutils container">
<div class="highlight"><pre>
2023-12-13 11:53:48,227 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 11:53:48,228 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 70.133164 s
2023-12-13 12:23:25,304 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.orm - Query returned successfully!
2023-12-13 12:23:25,305 <span class="ansi-white-intense-fg ansi-bold">INFO</span> cycquery.utils.profile - Finished executing function run_query in 69.661806 s
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
Expand Down
Loading

0 comments on commit 2ab87dd

Please sign in to comment.