Skip to content

Commit 2074957

Browse files
committed
feat(mwl): Update to latest draft document
1 parent 0e36acb commit 2074957

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/api/mwl/mod.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ pub const WORKITEM_SEARCH_TAGS: &[Tag] = &[
2323
tags::REFERENCED_SOP_CLASS_UID,
2424
tags::REFERENCED_SOP_INSTANCE_UID,
2525
// Requested Procedure
26-
26+
tags::REQUESTED_PROCEDURE_ID,
27+
tags::REQUESTED_PROCEDURE_DESCRIPTION,
28+
tags::REQUESTED_PROCEDURE_CODE_SEQUENCE,
29+
tags::STUDY_INSTANCE_UID,
30+
tags::STUDY_DATE,
31+
tags::STUDY_TIME,
2732
// Patient Identification
2833
tags::PATIENT_NAME,
2934
tags::PATIENT_ID,

src/api/mwl/routes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use super::{MwlQueryParameters, MwlRequestHeaderFields, MwlSearchError, MwlSearc
2020
#[rustfmt::skip]
2121
pub fn routes() -> Router<AppState> {
2222
Router::new()
23-
.route("/modality-worklist", get(all_workitems))
23+
.route("/modality-scheduled-procedure-steps", get(all_workitems))
2424
}
2525

2626
// MWL-RS implementation

0 commit comments

Comments
 (0)