|
@@ -22,10 +22,12 @@ class ExcelDataManager implements IExcelDataManager {
|
|
|
"AMC",
|
|
|
"ANC",
|
|
|
"AEC",
|
|
|
- "Blood_Neutrophils",
|
|
|
+ "Blood_NeutrophilRatio",
|
|
|
"Blood_LymphocyteRatio",
|
|
|
"Blood_MonocyteRatio",
|
|
|
- "EOS%",
|
|
|
+ "EOS",
|
|
|
+ "RBC",
|
|
|
+ "Blood_Mchc",
|
|
|
"Urea",
|
|
|
"Blood_Hematocrit",
|
|
|
"Blood_McV",
|
|
@@ -139,7 +141,7 @@ class ExcelDataManager implements IExcelDataManager {
|
|
|
String identifier = item["identifier"];
|
|
|
String referenceRange = item["referenceRange"];
|
|
|
String value = "";
|
|
|
- if (key == "samplingTime") {
|
|
|
+ if (key == "Blood_Wbc") {
|
|
|
print("sampleBarcode");
|
|
|
}
|
|
|
if (rowData.length >= column + 1) {
|