Skip to content

Instantly share code, notes, and snippets.

@elijahc
elijahc / VA_templates.txt
Created August 29, 2022 17:32
CPRS templates
PHYSICAL EXAMINATION:
General: NAD
HEENT: normocephalic, atraumatic, hard of hearing
Lungs: CTAB
Cardiovascular: RRR, no murmurs rubs or gallops
Abdomen: mild TTP diffusely on deep palpation
GU: no foley present
Extremities: no swelling, lesions, or peripheral edema
Neurological: AOx3
Skin: no rashes
@elijahc
elijahc / meds.py
Created March 15, 2023 00:32
Single compartment pk model for drug administration
from scipy.stats import truncnorm
from scipy.integrate import odeint
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
def gen_norm_dist(clip_a,clip_b,u=None):
if u is None:
u = (clip_a+(clip_b-clip_a)/2)
@elijahc
elijahc / keppra_case_study.ipynb
Last active March 15, 2023 20:30
Single compartment PK model
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@elijahc
elijahc / Anesthesiology-core-review-BASIC-hsl.md
Last active August 19, 2024 01:28
Anesthesiology Core Review: Part One Basic Exam
<title>Anesthesiology-core-review-BASIC-hsl</title>