this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix spec

+3 -1
+2
.gitignore
··· 361 361 care_db.dump 362 362 363 363 .nix-data 364 + 365 + import/
+1 -1
care/emr/resources/inventory/supply_delivery/delivery_order.py
··· 88 88 supplier: dict | None = None 89 89 tags: list[dict] = [] 90 90 patient: dict | None = None 91 - patient_invoice_id: dict | None = None 91 + patient_invoice_id: UUID4 | None = None 92 92 93 93 @classmethod 94 94 def perform_extra_serialization(cls, mapping, obj):