View in #ohif on Slack
@Salim_Kanoun: Hi there, I try to get DICOM metadata from a volumeId, from cornerstone cache I can retrieve the ImageVolume from volumeId, in its metadata there is the SeriesInstanceUID but not the StudyInstanceUID, the probleme is that the MetadataStore.getSeries asks for the StudyInstanceUID and SeriesInstanceUIDs to get series DICOM metadata (theorically SeriesInstanceUID shall be enough), is there another way to get the missing StudyInstanceUID from a volumeId or should i make a PR in the MetadataStore to get a getSeriesBySeriesInstanceUID that will search for the SeriesInstanceUIDs accross all known studies ?
@Alireza_Sedghi: Hmm, weird. I think a pr makes sense