-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
pfdcm/pfdcm/routes/pacsQRrouter.py
Line 129 in 5038af5
| async def PACS_retrieveExec( |
The function PACS_retrieveExec is called on POST /PACS/thread/pypx/ here:
pfdcm/pfdcm/routes/pacsQRrouter.py
Lines 60 to 75 in 5038af5
| b_usePythonAPI = False | |
| b_useCLI = True | |
| if b_usePythonAPI and not b_useCLI: | |
| return await PACS_serviceThreaded( | |
| PACSservice, | |
| listenerService, | |
| PACSdirective | |
| ) | |
| if b_useCLI and not b_usePythonAPI: | |
| return await PACS_retrieveExec( | |
| PACSservice, | |
| listenerService, | |
| PACSdirective | |
| ) |
Reactions are currently unavailable