Skip to content

Commit

Permalink
refactor: missing project files;
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunKrog committed Jun 18, 2024
1 parent f072cbe commit 980fb8f
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 1 deletion.
168 changes: 167 additions & 1 deletion src/service/pv-main/main.api/OpenRIMS.PV.Main.API.xml

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { AttributeValueForPostModel } from "../custom-attribute/attribute-value-for-post.model";

export interface PatientConditionForUpdateModel {
id: number;
index: number;
condition: string;
sourceDescription: string;
sourceTerminologyMedDraId: number;
onsetDate: any;
outcomeDate?: any;
outcome: string;
treatmentOutcome: string;
caseNumber: string;
comments: string;
attributes: AttributeValueForPostModel[];
}

0 comments on commit 980fb8f

Please sign in to comment.