YaseeReqEntity class

Annotations

Constructors

YaseeReqEntity()
YaseeReqEntity.fromJson(Map json)
factory

Properties

bloodSugarUnit int?
getter/setter pair
commBase64 String
getter/setter pair
commEnum int
体温: 0-腋下 1-口腔 2-肛门 3-额头
getter/setter pair
dataType int?
历史数据操作
getter/setter pair
distanceUnit int?
  • 单位设置 (不需要的设置项置 0)
    • @param distanceUnit 0x00:km 0x01:mile 距离
    • @param weightUnit 0x00:kg 0x01:lb 0x02:st 体重
    • @param temperatureUnit 0x00: °C 0x01: °F 温度
    • @param timeFormat 0x00:24 小时 0x01:12 小时 时间制式
    • @param bloodSugarUnit 0x00:mmol/l 0x01:mg/dl 血糖/血脂
    • @param uricAcidUnit 0x00:umol/L 0x01:mg/dL 尿酸
    • @param dataResponse 0x00:成功 0x01:失败
  • getter/setter pair
    hashCode int
    The hash code for this object.
    no setterinherited
    historyIndex int?
    历史数据下标
    getter/setter pair
    langType int?
  • 语言设置
    • @param langType 0x00:英语 0x01: 中文 0x02: 俄语 0x03: 德语 0x04: 法语
    • 0x05: 日语 0x06: 西班牙语 0x07: 意大利语 0x08: 葡萄牙文
    • 0x09: 韩文 0x0A: 波兰文 0x0B: 马来文 0x0C: 繁体中文 0xFF:其它
    • @param dataResponse 0x00: 设置成功 0x01: 设置失败
  • getter/setter pair
    leftOrRight int?
    ECG心电 左右手、开始、结束、
    getter/setter pair
    maxTempFloat int?
    getter/setter pair
    maxTempInteger int?
    getter/setter pair
    millis int?
    毫秒 时间戳 - 同步时间
    getter/setter pair
    minTempFloat int?
    getter/setter pair
    minTempInteger int?
    getter/setter pair
    on_off bool
  • 温度报警

      • @param on_off       温度报警开关
        
      • @param temp         温度报警上限值(-127 - 127)
        
      • @param maxTempInteger 高度报警整数部分(36 -- 100)
        
      • @param minTempInteger 低温报警整数部分(-127 -- 36)
        
      • @param maxTempFloat   高度报警小数部分(1 -- 9)
        
      • @param minTempFloat   低温报警小数部分(1 -- 9)
        
      • @param dataResponse
        
  • getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    temp int?
    getter/setter pair
    temperatureUnit int?
    getter/setter pair
    tempFloat int?
    getter/setter pair
    tempInt int?
  • 温度校准

      • @param tempint?      温度整数部分(-127 - 127)
        
      • @param tempFloat    温度小数部分(0-99)
        
      • @param dataResponse
        
  • getter/setter pair
    testType int?
  • 测量控制 (onOff-开关、testType-测试类型、time-时间间隔)

      • testType:
        
      • 0x00心率,0x01血压,0x02血氧,0x03呼吸率,0x04体温,0x05血糖,
        
      • 0x06尿酸,0x07血酮,0x08 EDA,0x09:血脂,0x0A:HRV,0x0B:PPG,
        
      • (小于 0x70 同步 ID=0x03,KEY=0x2F,0x70临床模式
        
  • getter/setter pair
    time int?
    设置时间段数据
    getter/setter pair
    timeFormat int?
    getter/setter pair
    uricAcidUnit int?
    getter/setter pair
    weightUnit int?
    getter/setter pair
    wifiName String?
    wifi名称
    getter/setter pair

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toJson() Map<String, dynamic>
    toString() String
    A string representation of this object.
    override

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited