Keep or delete settings for DICOM Store SCP are currently in local_settings

Issue #263 resolved
Ed McDonagh created an issue

Need to move to database

Comments (19)

  1. Ed McDonagh reporter

    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>>

  2. Ed McDonagh 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>>

  3. Ed McDonagh 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>>

  4. Ed McDonagh 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>>

  5. Ed McDonagh 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>>

  6. Ed McDonagh 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>>

  7. Log in to comment