设备网络SDK开发使用手册


体征仪波形叠加能力集Json数据结构

{
    "requestURL": "",
    /*可选,URL,string*/
    "statusCode": ,
    /*必填,状态码,int*/
    "statusString": "",
    /*必填,状态描述,string*/
    "subStatusCode": "",
    /*必填,子状态码,string*/
    "errorCode": 1,
    /*可选,当statusCode不为1时,必填。错误码,与subStatusCode对应,int*/
    "errorMsg": "ok",
    /*可选, 当statusCode不为1时,必填,错误详细信息,能具体到某一个参数的错误,string*/
    "enable": "true,false",
    /*必填, 是否启用,  boolean类型*/
    "HeartRateDetect": /*可选, 心率检测配置*/
    {
        "display": "true,false",
        /*必填, 是否显示,  boolean类型*/
    },
    "BloodOxygenDetect": /*可选, 血氧浓度检测配置*/
    {
        "display": "true,false",
        /*必填, 是否显示,  boolean类型*/
        "WaveFormRect":
        {
            /*必填, 波形配置*/
            "height":
            {
                "@min": 1.0,
                "@max": 2.0,
                "#text": 1.0
            },
            /*可选, 高度, float类型*/
            "width":
            {
                "@min": 1.0,
                "@max": 2.0,
                "#text": 1.0
            },
            /*可选, 宽度, float类型*/
            "x":
            {
                "@min": 1.0,
                "@max": 2.0,
                "#text": 1.0
            },
            /*可选, X坐标, float类型*/
            "y":
            {
                "@min": 1.0,
                "@max": 2.0,
                "#text": 1.0
            }
            /*可选, Y坐标, float类型*/
        },
        "waveFormColor":
        {
            "@opt": "green,yellow,white,red,blue",
            "#text": "green"
        },
        /*必填, 波形颜色, green-绿色,yellow-蓝色,white-白色,red-红色,blue-蓝色 string类型, 最大长度为32*/
    },
    "SystolicBloodPressureDetect": /*可选, 血压收缩压检测配置*/
    {
        "display": "true,false",
        /*必填, 是否显示,  boolean类型*/
    },
    "DiastolicBloodPressureDetect": /*可选, 血压舒张压检测配置*/
    {
        "display": "true,false",
        /*必填, 是否显示,  boolean类型*/
    },
}



See Also

NET_DVR_STDXMLConfig