healthdatalayer 1.5.6__py3-none-any.whl → 1.5.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of healthdatalayer might be problematic. Click here for more details.

@@ -76,7 +76,7 @@ class OrganSystemReviewRepository:
76
76
 
77
77
  def delete_command(self, organ_system_review_id: UUID, soft_delete: bool = False)->None:
78
78
  with get_session(self.tenant) as session:
79
- existing_organ_system_review = session.get(MedicalVisit, organ_system_review_id)
79
+ existing_organ_system_review = session.get(OrganSystemReview, organ_system_review_id)
80
80
  if not existing_organ_system_review:
81
81
  raise ValueError(f"MedicalVisit with id {organ_system_review_id} does not exist")
82
82
 
@@ -76,7 +76,7 @@ class PhysicalExamRepository:
76
76
 
77
77
  def delete_command(self, physical_exam_id: UUID, soft_delete: bool = False)->None:
78
78
  with get_session(self.tenant) as session:
79
- existing_physical_exam = session.get(MedicalVisit, physical_exam_id)
79
+ existing_physical_exam = session.get(PhysicalExam, physical_exam_id)
80
80
  if not existing_physical_exam:
81
81
  raise ValueError(f"MedicalVisit with id {physical_exam_id} does not exist")
82
82
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: healthdatalayer
3
- Version: 1.5.6
3
+ Version: 1.5.7
4
4
  Summary: Health Datalayer to access data from different sources
5
5
  Author: Jesus Martinez
6
6
  Author-email: jesusmartinez@noosds.com
@@ -90,14 +90,14 @@ healthdatalayer/repositories/medical_visit_repositories/medical_drug_recipe_repo
90
90
  healthdatalayer/repositories/medical_visit_repositories/medical_drug_repository.py,sha256=mJNN6_aAK3eY9IpFc16nT3IshObGcFE5fi27SK-Sjio,2401
91
91
  healthdatalayer/repositories/medical_visit_repositories/medical_recipe_visit_repository.py,sha256=j4cJ4zURKILN3lkqfpXya29MQYFIMiTmJukOADBj5_c,4551
92
92
  healthdatalayer/repositories/medical_visit_repositories/medical_visit_repository.py,sha256=vATKxoBimx_-VYtqnxx-6u4sdU7u8sjtE2y6Kr2uepM,17186
93
- healthdatalayer/repositories/medical_visit_repositories/organ_system_review_repository.py,sha256=-BTfgzvt8VlE2FsBHX3snzRl2VDrRClqz-dJL3bLheE,4192
94
- healthdatalayer/repositories/medical_visit_repositories/physical_exam_repository.py,sha256=Q4R2-6fv57jqZrGUMFQw4YZgZGQbn8UmSRS3UhUSZQg,3877
93
+ healthdatalayer/repositories/medical_visit_repositories/organ_system_review_repository.py,sha256=7QNxpQIFcD6B8CX5fua8Qck75j24Y4uEkR_Lans1_0A,4197
94
+ healthdatalayer/repositories/medical_visit_repositories/physical_exam_repository.py,sha256=eCdokx60LB5hLfloqFhvsDj8UxFYXEDi6nqXO0TB18w,3877
95
95
  healthdatalayer/repositories/medical_visit_repositories/visit_triage_repository.py,sha256=9Up5M7wWo5GnaYdl6QvTamYaIG4dG_ALM0Su66rlj44,4140
96
96
  healthdatalayer/repositories/user_repositories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
97
  healthdatalayer/repositories/user_repositories/permission_repository.py,sha256=3L4y-zCkI2PIRo-L3FJRSk4g3nZnu6q35lEY4ACJyq4,9630
98
98
  healthdatalayer/repositories/user_repositories/role_repository.py,sha256=jIsbeAFFQQ_CZJqBMcOskuMXtT1Il6eiN0Y2BpVO1JE,6821
99
99
  healthdatalayer/repositories/user_repositories/user_repository.py,sha256=FUCNdRRGc12dq5XuwDT3btvDETt6HGXh_xQIPTLCAvk,9839
100
- healthdatalayer-1.5.6.dist-info/METADATA,sha256=xwmSyEECE2TIDHHg9pdvSc1g00YqxECv6_ADMQK8YBA,827
101
- healthdatalayer-1.5.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
102
- healthdatalayer-1.5.6.dist-info/top_level.txt,sha256=6f1-gvpg533UEVuYsRJCDhdSDQUBwijyAHylyS4nG_4,16
103
- healthdatalayer-1.5.6.dist-info/RECORD,,
100
+ healthdatalayer-1.5.7.dist-info/METADATA,sha256=VliwFmkcJi_GjNR_5JEtRBAu7hl_WeFI9r3zKuUmbRE,827
101
+ healthdatalayer-1.5.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
102
+ healthdatalayer-1.5.7.dist-info/top_level.txt,sha256=6f1-gvpg533UEVuYsRJCDhdSDQUBwijyAHylyS4nG_4,16
103
+ healthdatalayer-1.5.7.dist-info/RECORD,,