|
|
@ -1,18 +1,16 @@ |
|
|
|
package a8k.type.projecttype.a8kidcard; |
|
|
|
package a8k.service.db.type; |
|
|
|
|
|
|
|
import a8k.type.projecttype.A8kReactionFlowType; |
|
|
|
import a8k.service.db.type.a8kidcard.A8kIdCardFn; |
|
|
|
import a8k.service.db.type.a8kidcard.zenum.A8kReactionFlowType; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper; |
|
|
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
public class A8kIdCardInfo { |
|
|
|
|
|
|
|
|
|
|
|
public int id; |
|
|
|
public String color;// |
|
|
|
|
|
|
|
|
|
|
|
// content in idcard |
|
|
|
public String projName; // 项目名称 0x0001,15 |
|
|
|
public String lotId; // 批次名称 0x0010,12 |
|
|
@ -21,8 +19,8 @@ public class A8kIdCardInfo { |
|
|
|
public Date expiryDate; // 有效日期 0x001C |
|
|
|
public Integer projIndex; // 项目名称代码 0x001F |
|
|
|
public Integer palteCode; // 板条条码代码 0x0020 |
|
|
|
|
|
|
|
public Integer updateChipVersion; // 更新芯片版本号 0x0021 |
|
|
|
|
|
|
|
public Float QCPeakMinVal; // 质控峰最小值 0x0022 |
|
|
|
public Float QCPeakMaxVal; // 质控峰最大值 设置值x10最大不超过250000 0x0027 |
|
|
|
public Integer optType; // 光学类型 光学类型(0=自动;1=F光学;2=T光学;3=F/T光学;其他=无效;) 0x002C |
|
|
@ -38,8 +36,8 @@ public class A8kIdCardInfo { |
|
|
|
public Integer wBloodSampleVolUl; // 全血样本量 0x0037 |
|
|
|
public Integer serumSampleVolUl; // 血清/血浆样本量 0x0038 |
|
|
|
public Integer tubeMixingCount; // 试管混匀次数 0x0039 |
|
|
|
public Integer bufferBottleSize; // 缓冲液瓶大小 0x003A |
|
|
|
public Integer bufferBottleCapacity; // 缓冲液瓶容量 0x003B |
|
|
|
public Integer bufferBottleSize; // 缓冲液瓶大小 0x003A ,没有的配置 |
|
|
|
public Integer bufferBottleCapacity; // 缓冲液瓶容量 0x003B ,没有的配置 |
|
|
|
public Integer buffLiquidAspirMixingCnt; // 缓冲液吸吐混匀次数 0x003C |
|
|
|
public Integer buffLiquidAspirMixingVol; // 缓冲液吐混混匀量 0x003D |
|
|
|
public Integer buffLiquidReactionTime; // 缓冲液反应时间 0x003E |
|
|
@ -48,11 +46,10 @@ public class A8kIdCardInfo { |
|
|
|
public Integer resultDecimalPlaces; // 结果小数点位数 0x0041 |
|
|
|
public Integer scanningRange; // 扫描范围 0x0042 |
|
|
|
|
|
|
|
public A8kReactionFlowType reactionFlowType; //反应流程 |
|
|
|
public Integer reactionTemperature; //反应温度 |
|
|
|
|
|
|
|
|
|
|
|
public A8kIdCardProjectFormula projFormula = new A8kIdCardProjectFormula(); |
|
|
|
public Integer projNum; // 当前项目是几联卡项目,val = 1,2,3 0x0100 |
|
|
|
public A8kIdCardFn pj1FnInfo; |
|
|
|
public A8kIdCardFn pj2FnInfo; |
|
|
|
public A8kIdCardFn pj3FnInfo; |
|
|
|
|
|
|
|
public String toString() { |
|
|
|
ObjectMapper mapper = new ObjectMapper(); |