Skip to content

Commit

Permalink
Add new pypx/find upstream flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Dec 20, 2023
1 parent 3af7d89 commit dc3b8a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pfdcm/models/pacsQRmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class PACSqueryCore(BaseModel):
ProtocolName : str = ""
AcquisitionProtocolDescription : str = ""
AcquisitionProtocolName : str = ""
QueryReturnTags : str = ""
StudyOnly : bool = False
withFeedBack : bool = False
then : str = ""
thenArgs : str = ""
Expand All @@ -58,4 +60,4 @@ class PACSqueyReturnModel(BaseModel):

# Some "helper" classes
class ValueStr(BaseModel):
value : str = ""
value : str = ""

0 comments on commit dc3b8a5

Please sign in to comment.