Skip to content

Commit

Permalink
MAT-7604: add case number (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
chubert-sb authored Sep 27, 2024
1 parent 108a891 commit 3eca0be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-models",
"version": "1.4.17",
"version": "1.4.18",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions src/TestCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface TestCase {
validResource: boolean;
hapiOperationOutcome: HapiOperationOutcome;
patientId: string;
caseNumber?: number;
}

export interface GroupPopulation {
Expand Down

0 comments on commit 3eca0be

Please sign in to comment.