Repositories (1)

narcotics_tracker
5 snippets stored for this repo
Python IconPython
```python
        fentanyl = (
            MedicationBuilder()
Python IconPython
.set_modified_by("SRK")
            .set_medication_code("fentanyl")
            .set_medication_name("Fentanyl")
Python IconPython
"IMPORT",
            "fentanyl",
            7450,
Python IconPython
],
        [None, "07-30-2022 16:26:00", "USE", "fentanyl", 50, 2200001, "PCR# 220830"],
        [
Python IconPython
wlvac_medications = []
    med_builder = MedicationBuilder()

    fentanyl = (
        med_builder.set_medication_code("fentanyl")
        .set_medication_name("Fentanyl")
        .set_fill_amount(2)