|
@@ -59,21 +59,21 @@ public class PatientDTO {
|
|
|
private String cancerCheck="N";
|
|
|
private String cancerName;
|
|
|
private String etcCheck="N";
|
|
|
- private String etcContent;
|
|
|
+ private String etcContent="";
|
|
|
private String ectCheckDisease="N";
|
|
|
private String ectCheckSymptom="N";
|
|
|
- private String etcContentDisease;
|
|
|
- private String etcContentSymptom;
|
|
|
+ private String etcContentDisease="";
|
|
|
+ private String etcContentSymptom="";
|
|
|
|
|
|
//patient_symptom
|
|
|
- private String feverCheck;
|
|
|
- private String coughCheck;
|
|
|
- private String colic;
|
|
|
+ private String feverCheck="N";
|
|
|
+ private String coughCheck="N";
|
|
|
+ private String colic="N";
|
|
|
//private String coldFitCheck;
|
|
|
- private String sputumCheck;
|
|
|
- private String ocinCheck;
|
|
|
- private String feverRight;
|
|
|
- private String feverLeft;
|
|
|
+ private String sputumCheck="N";
|
|
|
+ private String ocinCheck="N";
|
|
|
+ private String feverRight="";
|
|
|
+ private String feverLeft="";
|
|
|
//private String fatigueCheck;
|
|
|
//private String etcCheck;
|
|
|
//private String etcContent;
|
|
@@ -85,13 +85,13 @@ public class PatientDTO {
|
|
|
private String diarrheaCheck="N";
|
|
|
//private String headacheCheck;
|
|
|
//private String dyspneaCheck;
|
|
|
- private String pulseRate;
|
|
|
- private String respirationRate;
|
|
|
- private String bloodPressureLevel;
|
|
|
- private String oxygenSaturation;
|
|
|
+ private String pulseRate="";
|
|
|
+ private String respirationRate="";
|
|
|
+ private String bloodPressureLevel="";
|
|
|
+ private String oxygenSaturation="";
|
|
|
|
|
|
- private String bloodPressureLevelCon;
|
|
|
- private String bloodPressureLevelRel;
|
|
|
+ private String bloodPressureLevelCon="";
|
|
|
+ private String bloodPressureLevelRel="";
|
|
|
|
|
|
private String centerName = "";
|
|
|
|