|
|
@ -19,33 +19,33 @@ public class A8kProjInfoCard { |
|
|
|
public Integer palteCode; // 板条条码代码 0x0020 |
|
|
|
public Integer updateChipVersion; // 更新芯片版本号 0x0021 |
|
|
|
|
|
|
|
public Double QCPeakMinVal; // 质控峰最小值 0x0022 |
|
|
|
public Double QCPeakMaxVal; // 质控峰最大值 设置值x10最大不超过250000 0x0027 |
|
|
|
public Integer optType; // 光学类型 光学类型(0=自动;1=F光学;2=T光学;3=F/T光学;其他=无效;) 0x002C |
|
|
|
public Integer optFixedGainSetting; // 光学固定增益设置 0x002D |
|
|
|
public Integer optAreaPeakCount; // 光学面积峰个数 0x002E |
|
|
|
public Integer calculationDirection; // 计算方向 0=默认;1=反向;2=正常; 0x002F |
|
|
|
public Integer sampleType; // 0=默认;1=血清;2=全血;其他值=无效 样本类型 0x0030 |
|
|
|
public Integer equipmentManufacturer; // 设备厂商 0x0031 |
|
|
|
public Integer tOptIlluminationTime; // T光学持续光照时间 0x0032 |
|
|
|
public Integer incMultiInstruDataMerge; // 是否包含多款仪器数据合并 0x0034 |
|
|
|
public Integer multiInstruDataMerge0; // 多款仪器数据合并 0x0035 |
|
|
|
public Integer multiInstruDataMerge1; // 多款仪器数据合并 0x0036 |
|
|
|
public Integer wBloodSampleVolUl; // 全血样本量 0x0037 |
|
|
|
public Integer serumSampleVolUl; // 血清/血浆样本量 0x0038 |
|
|
|
public Integer tubeMixingCount; // 试管混匀次数 0x0039 |
|
|
|
public Integer bufferBottleSize; // 缓冲液瓶大小 0x003A ,没有的配置 |
|
|
|
public Integer bufferBottleCapacity; // 缓冲液瓶容量 0x003B ,没有的配置 |
|
|
|
public Integer bufferSolutionMixingCnt; // 缓冲液吸吐混匀次数 0x003C |
|
|
|
public Integer reactionPlateDropletVolUl; // 缓冲液吐混混匀量 0x003D |
|
|
|
public Integer buffLiquidReactionTime; // 缓冲液反应时间 0x003E |
|
|
|
public Integer reactionPlateReactionTime; // 反应板反应时间 0x003F |
|
|
|
public Integer reactionPlateDropletVol; // 反应板滴样量 0x0040 |
|
|
|
public Integer resultDecimalPlaces; // 结果小数点位数 0x0041 |
|
|
|
public Integer scanningRange; // 扫描范围 0x0042 |
|
|
|
public Double QCPeakMinVal = 0.0; // 质控峰最小值 0x0022 |
|
|
|
public Double QCPeakMaxVal = 3000.0; // 质控峰最大值 设置值x10最大不超过250000 0x0027 |
|
|
|
public Integer optType = 0; // 光学类型 光学类型(0=自动;1=F光学;2=T光学;3=F/T光学;其他=无效;) 0x002C |
|
|
|
public Integer optFixedGainSetting = 1; // 光学固定增益设置 0x002D |
|
|
|
public Integer optAreaPeakCount = 3; // 光学面积峰个数 0x002E |
|
|
|
public Integer calculationDirection = 0; // 计算方向 0=默认;1=反向;2=正常; 0x002F |
|
|
|
public Integer sampleType = 0; // 0=默认;1=血清;2=全血;其他值=无效 样本类型 0x0030 |
|
|
|
public Integer equipmentManufacturer = 0; // 设备厂商 0x0031 |
|
|
|
public Integer tOptIlluminationTime = -1; // T光学持续光照时间 0x0032 |
|
|
|
public Integer incMultiInstruDataMerge = -1; // 是否包含多款仪器数据合并 0x0034 |
|
|
|
public Integer multiInstruDataMerge0 = -1; // 多款仪器数据合并 0x0035 |
|
|
|
public Integer multiInstruDataMerge1 = -1; // 多款仪器数据合并 0x0036 |
|
|
|
public Integer wBloodSampleVolUl = -1; // 全血样本量 0x0037 |
|
|
|
public Integer serumSampleVolUl = -1; // 血清/血浆样本量 0x0038 |
|
|
|
public Integer tubeMixingCount = -1; // 试管混匀次数 0x0039 |
|
|
|
public Integer bufferBottleSize = -1; // 缓冲液瓶大小 0x003A ,没有的配置 |
|
|
|
public Integer bufferBottleCapacity = -1; // 缓冲液瓶容量 0x003B ,没有的配置 |
|
|
|
public Integer bufferSolutionMixingCnt = -1; // 缓冲液吸吐混匀次数 0x003C |
|
|
|
public Integer reactionPlateDropletVolUl = -1; // 缓冲液吐混混匀量 0x003D |
|
|
|
public Integer buffLiquidReactionTime = -1; // 缓冲液反应时间 0x003E |
|
|
|
public Integer reactionPlateReactionTime = -1; // 反应板反应时间 0x003F |
|
|
|
public Integer reactionPlateDropletVol = -1; // 反应板滴样量 0x0040 |
|
|
|
public Integer resultDecimalPlaces = -1; // 结果小数点位数 0x0041 |
|
|
|
public Integer scanningRange = -1; // 扫描范围 0x0042 |
|
|
|
|
|
|
|
public Integer subProjNum; // 当前项目是几联卡项目,val = 1,2,3 0x0100 |
|
|
|
public A8kIdCardFn pj1FnInfo; |
|
|
|
public Integer subProjNum = 1; // 当前项目是几联卡项目,val = 1,2,3 0x0100 |
|
|
|
public A8kIdCardFn pj1FnInfo = new A8kIdCardFn(); |
|
|
|
public A8kIdCardFn pj2FnInfo; |
|
|
|
public A8kIdCardFn pj3FnInfo; |
|
|
|
|
|
|
|