no message
This commit is contained in:
parent
53a53c7b6d
commit
c34602655f
@ -92,6 +92,7 @@ const FIELD_LABELS = {
|
|||||||
inspectSummary: "体检小结",
|
inspectSummary: "体检小结",
|
||||||
positiveFind: "阳性发现及处理意见",
|
positiveFind: "阳性发现及处理意见",
|
||||||
// 预问诊记录
|
// 预问诊记录
|
||||||
|
consultationDate: "问诊日期",
|
||||||
presentIllnessHistory: "现病史",
|
presentIllnessHistory: "现病史",
|
||||||
pastMedicalHistory: "既往史",
|
pastMedicalHistory: "既往史",
|
||||||
};
|
};
|
||||||
@ -213,6 +214,12 @@ const FIELD_CONFIG = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
preConsultation: [
|
preConsultation: [
|
||||||
|
{
|
||||||
|
key: "consultationDate",
|
||||||
|
label: FIELD_LABELS.consultationDate,
|
||||||
|
type: "date",
|
||||||
|
required: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: "chiefComplaint",
|
key: "chiefComplaint",
|
||||||
label: FIELD_LABELS.chiefComplaint,
|
label: FIELD_LABELS.chiefComplaint,
|
||||||
|
|||||||
@ -93,6 +93,7 @@ const FIELD_LABELS = {
|
|||||||
inspectSummary: "体检小结",
|
inspectSummary: "体检小结",
|
||||||
positiveFind: "阳性发现及处理意见",
|
positiveFind: "阳性发现及处理意见",
|
||||||
// 预问诊记录
|
// 预问诊记录
|
||||||
|
consultationDate: "问诊日期",
|
||||||
presentIllnessHistory: "现病史",
|
presentIllnessHistory: "现病史",
|
||||||
pastMedicalHistory: "既往史",
|
pastMedicalHistory: "既往史",
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user