Skip to content

Commit

Permalink
fix(insight model): clarify class description
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst committed Aug 14, 2020
1 parent 1fb3f14 commit aa68aa3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions annotator-for-clinical-data/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ namespace AnnotatorForClinicalDataV1 {
annotatorFlows?: AnnotatorFlow[];
}

/** AdverseEvent. */
/** AdverseEvent. InsightModel. */
export interface AdverseEvent {
score?: number;
allergyScore?: number;
Expand Down Expand Up @@ -1846,7 +1846,7 @@ namespace AnnotatorForClinicalDataV1 {
mergeid?: number;
}

/** Evidence. */
/** Evidence. InsightModel. */
export interface Evidence {
begin?: number;
end?: number;
Expand Down Expand Up @@ -1952,7 +1952,7 @@ namespace AnnotatorForClinicalDataV1 {
uid?: number;
}

/** NormalityUsage. */
/** NormalityUsage. InsightModel. */
export interface NormalityUsage {
normalScore?: number;
abnormalScore?: number;
Expand Down Expand Up @@ -2055,7 +2055,7 @@ namespace AnnotatorForClinicalDataV1 {
suggestion?: Suggestion[];
}

/** Event. */
/** Event. InsightModel. */
export interface Event {
score?: number;
usage?: Usage;
Expand Down Expand Up @@ -2095,7 +2095,7 @@ namespace AnnotatorForClinicalDataV1 {
insightModelData?: InsightModel;
}

/** Task. */
/** Task. InsightModel. */
export interface Task {
therapeuticScore?: number;
diagnosticScore?: number;
Expand All @@ -2104,7 +2104,7 @@ namespace AnnotatorForClinicalDataV1 {
clinicalAssessmenttScore?: number;
}

/** Type. */
/** Type. InsightModel. */
export interface Type {
deviceScore?: number;
materialScore?: number;
Expand All @@ -2123,7 +2123,7 @@ namespace AnnotatorForClinicalDataV1 {
uid?: number;
}

/** Usage. */
/** Usage. InsightModel. */
export interface Usage {
explicitScore?: number;
patientReportedScore?: number;
Expand Down

0 comments on commit aa68aa3

Please sign in to comment.