chafey / dicomp10-to-dicomweb-js

Code to convert from a dicomp10 file to dicomweb format (json metadata + frames + bulkdata)
MIT License
19 stars 3 forks source link

Patient/Study query update #17

Open wayfarer3130 opened 2 years ago

wayfarer3130 commented 2 years ago

Sometimes the patient or studies get updated. This requires modifying the deduplicated data for affected studies and re-writing any indices. Also, sometimes studies come in with slightly different data for patient/query. The data for such studies should get recorded with the original information as stored, but in the end a single study object should be created that is relevant for all instances (last one in wins is probably the right solution here, but needs to be configurable).