icgc-argo / argo-dictionary

Development of the ARGO Data Dictionary
https://docs.icgc-argo.org/dictionary
GNU Affero General Public License v3.0
2 stars 1 forks source link

Allow `specimen_acquisition_interval` to accept negative numbers #432

Open lindaxiang opened 2 months ago

lindaxiang commented 2 months ago

In the current data model, specimen_acquisition_interval indicates the interval between primary diagnosis and specimen acquisition in days. It is an integer larger than 0.

However, for program MONSTAR,

Considering the specimen table can be expanded to collect any specimens associated with a donor not only related to one given diagnosis. We can allow the specimen_acquisition_interval to accept negative numbers.

Implementation

edsu7 commented 1 month ago

tested in QA, waiting for Bhavik to test

lindaxiang commented 1 month ago

Addressed by PR: https://github.com/icgc-argo/argo-dictionary/pull/433

edsu7 commented 3 weeks ago

Tested in QA. PR merged

things left to do