Beispiel #1
0
        public void LoadDate(DevicesInformation info)
        {
            labelName.Text  = info.Name;
            labelBread.Text = info.Brand;
            labelModel.Text = info.Model;
            labelURL.Text   = info.Url;
            Image image = info.GetImage();

            if (image != null)
            {
                this.pictureBox1.Image = image;
            }
        }
Beispiel #2
0
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num     = 11,
                Brand   = "爱科来(Arkray)",
                Model   = "PocketChem UA PU-4010",
                Name    = "小型尿液分析仪PocketChem UA PU-4010",
                Remarks = "小型尿液分析仪",
                Code    = "PocketChem_UA_PU_4010",
                Url     = "http://www.arkray.cn/chinese/products/laboratory/analyzers/pu-4010.html",
            };

            info.ImagePath = info.Code + ".jpg";
            return(info);
        }
Beispiel #3
0
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num       = 5,
                Brand     = "富士(fujifilm)",
                Model     = "FUJI FF-6450",
                Name      = "全自动血细胞分析仪 FF-6450",
                Remarks   = "富士全自动血细胞分析仪",
                Code      = "FUJI_FF_6450",
                Url       = "http://www.fujifilm.com.cn/products/medical/dri_chem/ff6450/",
                ImagePath = "ff_6450.png",
            };

            return(info);
        }
Beispiel #4
0
        /// <summary>
        /// 设备信息
        /// </summary>

        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num       = 6,
                Brand     = "爱倍思(Abaxis)",
                Model     = "Abaxis Vetscan-VS2",
                Name      = "爱倍思 VS2生化分析仪",
                Remarks   = "爱倍思 VS2生化分析仪",
                Code      = "Abaxis_Vetscan_VS2",
                Url       = "https://www.abaxis.com/veterinary/products/vetscan-vs2",
                ImagePath = "VS2_600x600_FE.png",
            };

            return(info);
        }
Beispiel #5
0
        /// <summary>
        /// 设备信息
        /// </summary>
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num       = 1,
                Brand     = "爱德士(IDEXX)",
                Model     = "IDEXX VetLab-Station",
                Name      = "IDEXX 工作站",
                Remarks   = "IDEXX 工作站",
                Code      = "IDEXX_VetLab_Station",
                Url       = "https://www.idexx.de/de/veterinary/analyzers/idexx-vet-lab-station/",
                ImagePath = "vetlab-station.jpg",
            };

            return(info);
        }
Beispiel #6
0
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num     = 21,
                Brand   = "汇松(Huisong)",
                Model   = "QR-200",
                Name    = "特定蛋白分析仪 QR-200",
                Remarks = "特定蛋白分析仪QR-200",
                Code    = "Huisong_QR-200",
                Url     = "http://www.huisong.com/ProductDetail/2896589.html",
            };

            info.ImagePath = info.Code + ".jpg";
            return(info);
        }
Beispiel #7
0
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num     = 21,
                Brand   = "微纳芯(Mnchip)",
                Model   = "Pointcare V3",
                Name    = "动物专用全自动生化分析仪 Pointcare V3",
                Remarks = "动物专用全自动生化分析仪",
                Code    = "Mnchip_Pointcare_V3",
                Url     = "http://cn.mnchip.com/pointcare-v3/",
            };

            info.ImagePath = info.Code + ".jpg";
            return(info);
        }
Beispiel #8
0
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num     = 21,
                Brand   = "微纳芯(Mnchip)",
                Model   = "Celercare VH3",
                Name    = "全自动血细胞分析仪 Celercare VH3",
                Remarks = "全自动血细胞分析仪",
                Code    = "Mnchip_Celercare_VH3",
                Url     = "http://cn.mnchip.com/celercare-vh3/",
            };

            info.ImagePath = info.Code + ".jpg";
            return(info);
        }
Beispiel #9
0
        /// <summary>
        /// 设备信息
        /// </summary>
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num       = 2,
                Brand     = "迈瑞(Mindray)",
                Model     = "BC-5150",
                Name      = "Mindray 五分类血液细胞分析仪 BC-5150",
                Remarks   = "Mindray 五分类血液细胞分析仪 BC-5150",
                Code      = "Mindray 五分类血液细胞分析仪 BC-5150",
                Url       = "https://www.mindray.com/cn/product/BC-5150.html",
                ImagePath = "BC_2800.png",
            };

            return(info);
        }
Beispiel #10
0
        /// <summary>
        /// 设备信息
        /// </summary>
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num       = 2,
                Brand     = "迈瑞(Mindray)",
                Model     = "BC-2800",
                Name      = "Mindray 三分群血液细胞分析仪 BC-2800",
                Remarks   = "Mindray 血液细胞分析仪",
                Code      = "Mindray 三分群血液细胞分析仪 BC-2800",
                Url       = "http://www.mindray.com/cn/product/ba17524d-5c96-4fda-bb50-33a599e68460.html",
                ImagePath = "BC_2800.png",
            };

            return(info);
        }
Beispiel #11
0
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num     = 10,
                Brand   = "爱科来(Arkray)",
                Model   = "SPOTCHEM EZ SP-4430",
                Name    = "全自动干式生化分析仪SPOTCHEM EZ SP-4430",
                Remarks = "全自动干式生化分析仪",
                Code    = "SPOTCHEM_EZ_SP_4430",
                Url     = "http://www.arkray.cn/chinese/products/patient_testing/clinical/sp-4430.html",
            };

            info.ImagePath = info.Code + ".jpg";
            return(info);
        }
Beispiel #12
0
        protected override DevicesInformation DefaultInfo()
        {
            DevicesInformation info = new DevicesInformation
            {
                Num     = 5,
                Brand   = "富士(fujifilm)",
                Model   = "IMMUNO_AU10V",
                Name    = "全自动内分泌分析仪IMMUNO AU10V DRI-CHEM",
                Remarks = "富士全自动血细胞分析仪",
                Code    = "FUJI_IMMUNO_AU10V",
                Url     = "http://www.fujifilm.com.cn/products/medical/animal/immuno_au10v/",
            };

            info.ImagePath = info.Code + ".jpg";
            return(info);
        }