fli-iam / shanoir-ng

Shanoir (SHAring iN vivO Imaging Resources)
GNU General Public License v3.0
22 stars 22 forks source link

Are acquisitions names in tree bad ? #2437

Open julien-louis opened 1 month ago

julien-louis commented 1 month ago

Names are actually set by the backend :

https://github.com/fli-iam/shanoir-ng/blob/b3d798cbce60741fd49951015c3568a97e194f64/shanoir-ng-datasets/src/main/java/org/shanoir/ng/datasetacquisition/dto/mapper/ExaminationDatasetAcquisitionDecorator.java#L82

When saving segmentation datasets from the OHIF viewer, names can get a bit long :

made some measure in OHIF viewer, that create new dataset in the acquisition. The name of the acquisition node is concatenated with all datasets (here, "abcdef", "abc", "a", "aa", etc. are all datasets of modality type "measurement"): image

@pierrehenri-dauvergne was asking if this is really what we want

michaelkain commented 3 weeks ago

Hi, please make the names short again :-), thank you!