Skip to content

Commit

Permalink
updated pfdcm registration module
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Nov 19, 2024
1 parent fefcad5 commit f14154a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dyanon.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,11 @@ def main(options: Namespace, inputdir: Path, outputdir: Path):
# register DICOMs using pfdcm
response = pfdcm.register_pacsfiles(autofill_directive, options.PACSurl, options.PACSname)
d_response = json.loads(response.text)
LOG(d_response)


# status for DICOMs in PACS
search_response = pfdcm.get_pfdcm_status(autofill_directive, options.PACSurl, options.PACSname)
d_s_resp = json.loads(search_response.text)
LOG(d_s_resp)

# create connection object
cube_con = ChrisClient(options.CUBEurl,options.CUBEuser, options.CUBEpassword)
Expand Down

0 comments on commit f14154a

Please sign in to comment.