Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions opal/services/integration/hospital.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def find_patient_by_hin(health_insurance_number: str) -> PatientSchema:

Raises [PatientNotFoundError][opal.services.integration.hospital.PatientNotFoundError] if the patient is not found.
Raises [NonOKResponseError][opal.services.integration.hospital.NonOKResponseError] if the response is not OK.
Raises [pydantic.ValidationError][] if the data in the response is not valid.
Raises [pydantic_core.ValidationError][] if the data in the response is not valid.

Args:
health_insurance_number: the health insurance number of the patient
Expand All @@ -86,7 +86,7 @@ def find_patient_by_mrn(mrn: str, site: str) -> PatientSchema:

Raises [PatientNotFoundError][opal.services.integration.hospital.PatientNotFoundError] if the patient is not found.
Raises [NonOKResponseError][opal.services.integration.hospital.NonOKResponseError] if the response is not OK.
Raises [pydantic.ValidationError][] if the data in the response is not valid.
Raises [pydantic_core.ValidationError][] if the data in the response is not valid.

Args:
mrn: the MRN of the patient
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ docs = [
"mkdocs-gen-files==0.6.0",
"mkdocs-literate-nav==0.6.2",
"mkdocs-material==9.7.1",
"mkdocstrings[python-legacy]==0.30.1",
"mkdocstrings[python-legacy]==1.0.0",
]
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.