Skip to content

Commit 5b42d67

Browse files
committed
fix: drugexposure saving id
1 parent 68f91d8 commit 5b42d67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

execution_engine/omop/criterion/drug_exposure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ def dict(self) -> dict[str, Any]:
357357
Return a dictionary representation of the criterion.
358358
"""
359359
return {
360-
"id": self._id,
361360
"category": self._category.value,
362361
"ingredient_concept": self._ingredient_concept.model_dump(),
363362
"dose": (

0 commit comments

Comments
 (0)