UNPKG

our-medical

Version:

medical image vue component

14 lines (13 loc) 487 B
import { type Types as coreTypes } from '@cornerstonejs/core'; import type { CouchAnnotation } from '../types'; /** * @description 判断当前层是否有治疗床显示 * @author dong.wu * @date 06/12/2023 * @export * @param {HTMLDivElement} element * @param {string} toolGroupId * @param {CouchAnnotation} annotation * @returns {*} */ export default function couchInSlice(enabledElement: coreTypes.IEnabledElement, toolGroupId: string, annotation: CouchAnnotation): boolean;