ohif-viewer/Packages/ohif-hanging-protocols/client/classes/rules/ImageMatchingRule.js

9 lines
251 B
JavaScript

import { Rule } from '../Rule';
/**
* The ImageMatchingRule class extends the Rule Class.
*
* At present it does not add any new methods or attributes
* @type {ImageMatchingRule}
*/
HP.ImageMatchingRule = class ImageMatchingRule extends Rule {};