From f05c12dc0cca7225ab44cf82b373710a42eafe6c Mon Sep 17 00:00:00 2001 From: Arun Poudel Date: Tue, 2 Aug 2022 19:36:38 +0545 Subject: [PATCH] docs: update HangingProtocolService (#2857) Removed duplicate paragraph for custom attribute --- .../docs/platform/services/data/HangingProtocolService.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/docs/docs/platform/services/data/HangingProtocolService.md b/platform/docs/docs/platform/services/data/HangingProtocolService.md index 85ed08b34..02dfe63a9 100644 --- a/platform/docs/docs/platform/services/data/HangingProtocolService.md +++ b/platform/docs/docs/platform/services/data/HangingProtocolService.md @@ -57,11 +57,6 @@ In some situations, you might want to match based on a custom attribute and not if you have assigned a `timepointId` to each study, and you want to match based on it. Good news is that, in `OHIF-v3` you can define you custom attribute and use it for matching. -In some situations, you might want to match based on a custom attribute and not -the DICOM tags. For instance, if you have assigned a `timepointId` to each study -and you want to match based on it. Good news is that, in `OHIF-v3` you can -define you custom attribute and use it for matching. - There are various ways that you can let `HangingProtocolService` know of you custom attribute. We will show how to add it inside the mode configuration.