Skip to content

Commit

Permalink
Add PacsFileId
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed May 11, 2024
1 parent 30c83de commit 38a5e75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions aiochris/models/logged_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class PACSFile(File):
See https://github.com/FNNDSC/ChRIS_ultron_backEnd/blob/a1bf499144df79622eb3f8a459cdb80d8e34cb04/chris_backend/pacsfiles/models.py#L16-L33
"""

id: PacsFileId
PatientID: str
PatientName: str
PatientBirthDate: str
Expand Down
2 changes: 2 additions & 0 deletions aiochris/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@
CommentsUrl = NewType("CommentsUrl", str)

PluginParameterUrl = NewType("PluginParameterUrl", str)

PacsFileId = NewType("PacsFileId", int)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiochris"
version = "0.5.0a5"
version = "0.5.0a6"
description = "ChRIS client built on aiohttp"
authors = ["FNNDSC <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 38a5e75

Please sign in to comment.