Fix Bug #566: fallback修复
This commit is contained in:
6
openhis-ui-vue3/src/types/vitalSign.d.ts
vendored
Normal file
6
openhis-ui-vue3/src/types/vitalSign.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface VitalSignDto {
|
||||
patientId: number;
|
||||
timeLabels: string[];
|
||||
temperaturePoints: number[];
|
||||
rawDataJson?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user