KitwareMedical / lungair-web-application

Web application based on VolView for AI-based BPD risk analysis
4 stars 0 forks source link

feat: link EHR and DICOMWeb using PatientId #25

Closed jadh4v closed 11 months ago

jadh4v commented 11 months ago

Closes https://github.com/KitwareMedical/lungair-web-application/issues/16 Link the EHR records with DICOMWeb fetched images using PatientId. EHR will be the driving database. When user selects a patient from the EHR list of patients, the DICOMWeb server will be queried to fetch all studies associated with that patient. DICOMWeb is not queried until a patient is selected.