Keep or delete settings for DICOM Store SCP are currently in local_settings
Need to move to database
Comments (19)
-
reporter -
reporter Moved the rm settings from the storeSCP model to a new model, as I can't access the storeSCP model from within OnReceiveStore. Refs
#263→ <<cset 0b58029e5958>>
-
reporter Removed database model for deleting incoming objects. Now just picks them up from the local_settings file as per 0.6. These are displayed in the dicomsummary. Also prettified the tables and links to start/stop/modify/delete the stores. Refs
#263→ <<cset 34613911265b>>
-
reporter Moved the explanitory text around on summery page. Added instructions regarding rm options to install. Tried to make local_settings.py section look better. Refs
#263→ <<cset f01076ff4d79>>
-
reporter Changed the install examples to True - they won't have an existing behaviour. Set the local_settings.py.example to False. Need to do release version of docs. Refs
#263→ <<cset 79f4575d3ce2>>
-
reporter Provisional instructions in the release notes about the delete settings. Refs
#263→ <<cset a9b6e7f10d56>>
-
reporter Pulling the changes from ref
#263into develop to see how the documentation renders.→ <<cset dca00ed6c89c>>
-
reporter Re worked the DICOM section in release. Refs
#263→ <<cset 7272baad06f3>>
-
reporter - changed status to resolved
This now works satisfactorily, and is reasonably documented.
-
reporter Added model for Patient ID Settings as a solo singleton model, including adding django-solo. Editable using the admin interface. Refs
#183. Should use the same method for the DICOM delete options, ref#263→ <<cset 7359c5adf5b6>>
-
reporter Issue
#276was marked as a duplicate of this issue. -
reporter - changed status to open
This can and should be fixed for 0.7
-
reporter Singleton model for deleting DICOM object settings created, added to home page to make it, put it to use in all the extractor functions. Refs
#263→ <<cset f6f2b01d8c35>>
-
reporter Created form for setting dicom object deleting configuration. Not complete. Refs
#263→ <<cset f77a99f42278>>
-
reporter Basic delete settings form using crispy. Nothing I have tried has given me nice checkboxes though. Refs
#263→ <<cset 3d0475a0551a>>
-
reporter Renamed model from DicomStoreSettings to DicomDeleteSettings. Refs
#263→ <<cset bef083f5cf84>>
-
reporter Modified instructions for the delete settings on DICOM Summary page. Moved into middle. Added modify button. Refs
#263→ <<cset 0427a5a9cc48>>
-
reporter Removing DICOM delete settings from local_settings.example. Refs
#263→ <<cset dafd110992ce>>
-
reporter - changed status to resolved
DICOM delete settings now in database, with form to update them. Fixes
#263→ <<cset 2aa99f27a9a0>>
- Log in to comment
Added the delete choices to the storeSCP model. Fed them through to the create and update form. Displayed the choices in a second column on the dicomsummary page. Choices not in use yet. Refs
#263→ <<cset e9772d743b2c>>