Skip to content

Commit

Permalink
feat(mwl): Update to latest draft document
Browse files Browse the repository at this point in the history
  • Loading branch information
feliwir committed Feb 6, 2025
1 parent 0e36acb commit 2074957
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/api/mwl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ pub const WORKITEM_SEARCH_TAGS: &[Tag] = &[
tags::REFERENCED_SOP_CLASS_UID,
tags::REFERENCED_SOP_INSTANCE_UID,
// Requested Procedure

tags::REQUESTED_PROCEDURE_ID,
tags::REQUESTED_PROCEDURE_DESCRIPTION,
tags::REQUESTED_PROCEDURE_CODE_SEQUENCE,
tags::STUDY_INSTANCE_UID,
tags::STUDY_DATE,
tags::STUDY_TIME,
// Patient Identification
tags::PATIENT_NAME,
tags::PATIENT_ID,
Expand Down
2 changes: 1 addition & 1 deletion src/api/mwl/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use super::{MwlQueryParameters, MwlRequestHeaderFields, MwlSearchError, MwlSearc
#[rustfmt::skip]
pub fn routes() -> Router<AppState> {
Router::new()
.route("/modality-worklist", get(all_workitems))
.route("/modality-scheduled-procedure-steps", get(all_workitems))
}

// MWL-RS implementation
Expand Down

0 comments on commit 2074957

Please sign in to comment.