@madie/madie-models
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -82,3 +82,11 @@ import { PopulationType } from "./Population"; | ||
json: string; | ||
testCaseMetaData: TestCaseExportMetaData; | ||
} | ||
export interface TestCaseExportMetaData { | ||
testCaseId: string; | ||
patientId: string; | ||
title: string; | ||
series?: string; | ||
description?: string; | ||
} | ||
export interface TestCaseImportOutcome { | ||
@@ -85,0 +93,0 @@ familyName?: string; |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Models for MADiE Project", | ||
@@ -5,0 +5,0 @@ "scripts": { |
19966
559