Skip to content

Commit

Permalink
docs: Update HangingProtocolService.md doc sameAs example to contain …
Browse files Browse the repository at this point in the history
…constr… (OHIF#3765)
  • Loading branch information
dxlin authored and thanh-nguyen-dang committed Apr 30, 2024
1 parent 3fb5fa0 commit 3defedf
Showing 1 changed file with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,18 @@ The below example modifies the included hanging protocol (extensions/tmtv/src/ge

```javascript
ptDisplaySet: {
...
seriesMatchingRules: [
{
attribute: 'sameAs',
sameAttribute: 'FrameOfReferenceUID',
sameDisplaySetId: 'ctDisplaySet',
required: true,
},
...
...
seriesMatchingRules: [
{
attribute: 'sameAs',
sameAttribute: 'FrameOfReferenceUID',
sameDisplaySetId: 'ctDisplaySet',
constraint: {
equals: {
value: true,
},
},
required: true,
},
...
```

0 comments on commit 3defedf

Please sign in to comment.