CT source of dose information: extract to new table and move existing data

Issue #164 new
Ed McDonagh created an issue

Source of dose information should be a 1-n field, so has to have its own table. Information could potentially be from a mixture of sources.

Change the extraction code to use the new table and allow for more than one source, and move the existing data to the new table.

Check to ensure that there aren't any display or export views that use the field - if they are, update them.

Comments (3)

  1. Ed McDonagh reporter

    Added new SourceOfCTDoseInformation table to contain potentially more than one source. Used CamelCase for class name, as per PEP8, which is obviously different to the rest of the models. Refs #55. Created ref #164 to implement the change in the extractor code.

    → <<cset 92c557552b3a>>

  2. Log in to comment