Bug fixes to Orthanc in anticipation of 0.3 (Industrial Strength Imaging Platform)
- Modified RegEx queries to be case insensitive by default. Refer to #18 (closed).
- Added database migration scripts for procedure step table. To be used for FHIR compliant DICOM modality worklists POC.
- Started work on a stub
ProcedureStep
model and endpoints. Work in progress. - Refactored query interface to make it easier to build OR in addition to AND queries.
- Added patient, series, and study query interfaces for the Sonador resource cache which are re-used in both DICOM and REST queries.
- Added system endpoints to query the current state of the server. Can used by the client/CLI in order to determine whether the server is online or not. Useful for liveness and readiness probes in Kubernetes.
Edited by Rob Oakes