File

src/app/core/models/list-result.ts

Index

Properties

Properties

color
color: string
Type : string
Optional
rank
rank: number
Type : number
Optional
selected
selected: boolean
Type : boolean
tissueBlock
tissueBlock: TissueBlockResult
Type : TissueBlockResult
import { TissueBlockResult } from 'ccf-database';

export interface ListResult {
  selected: boolean;
  color?: string;
  tissueBlock: TissueBlockResult;
  rank?: number;
}

results matching ""

    No results matching ""