|
@@ -12,16 +12,27 @@ import lombok.Data;
|
|
|
*/
|
|
|
@Data
|
|
|
public class WordBillCrfDTO {
|
|
|
+ // 主诉
|
|
|
private ChiefLabel chiefLabel;
|
|
|
- private DiagLabel diagLabel;
|
|
|
- private FamilyLabel familyLabel;
|
|
|
-// private LisLabel lisLabel;
|
|
|
- private MaritalLabel maritalLabel;
|
|
|
- private MenstrualLabel menstrualLabel;
|
|
|
+ // 现病史
|
|
|
private PresentLabel presentLabel;
|
|
|
-// private PacsLabel pacsLabel;
|
|
|
+ // 既往史 (如:疾病史、外伤史、传染病史、过敏史、食物过敏史、药物过敏史、输血史、手术史、预防接种史)
|
|
|
private PastLabel pastLabel;
|
|
|
+ // 个人史(如:吸烟史、饮酒史、冶游)
|
|
|
private PersonalLabel personalLabel;
|
|
|
+ // 家族史(如:家族遗传病)
|
|
|
+ private FamilyLabel familyLabel;
|
|
|
+ // 婚育史
|
|
|
+ private MaritalLabel maritalLabel;
|
|
|
+ // 月经史
|
|
|
+ private MenstrualLabel menstrualLabel;
|
|
|
+ // 体格
|
|
|
private VitalLabel vitalLabel;
|
|
|
+ // 诊断
|
|
|
+ private DiagLabel diagLabel;
|
|
|
|
|
|
+ // 化验
|
|
|
+ // private LisLabel lisLabel;
|
|
|
+ // 辅检
|
|
|
+ // private PacsLabel pacsLabel;
|
|
|
}
|