資源簡介
根據護理記錄數據繪出體溫單,三色單,附帶源碼

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?TemperatureChart;
namespace?TestForm
{
????public?partial?class?MainForm?:?Form
????{
????????public?MainForm()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????String?sql?=?“select?ID?編號?NAME?姓名?AGE?年齡?SEX?性別?DEPARTMENT?科別?“;
????????????sql?+=?“INPATIENTAREA?病區BEDNO?床號?HOSPITALIZATIONNUMBER?住院號?“;
????????????sql?+=?“RYRQ?入院日期?SSRQ?手術日期?from?dbo.TC_BRXX“;
????????????DataTable?dtBrxx?=?SqlHelper.ExecuteDataSet(CommandType.Textsql).Tables[0];
????????????this.dataGridView1.DataSource?=?dtBrxx;
????????????//TemperatureUC?tuc?=?new?TemperatureUC();
????????????//tuc.Tc.Maintitle?=?“測試XXX醫院“;
????????????//tuc.Tc.Secondtitle?=?“測試體溫單“;
????????????//tuc.Tc.TimeStart?=?4;
????????????//tuc.Dock?=?Dockstyle.Fill;
????????????//this.Controls.Add(tuc);
????????}
????????private?void?dataGridView1_CellDoubleClick(object?sender?DataGridViewCellEventArgs?e)
????????{
????????????if?(e.RowIndex?>=?0)
????????????{
????????????????int?id?=?(int)this.dataGridView1.Rows[e.RowIndex].Cells[0].Value;
????????????????TC_TEST?tt?=?new?TC_TEST();
????????????????tt.Brid?=?id;
????????????????tt.ShowDialog();
????????????}
????????}
????????private?void?錄入數據ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????DataGridViewRow?dgvr?=?this.dataGridView1.SelectedRows[0];
????????????int?brid?=Convert.ToInt32(dgvr.Cells[“編號“].Value.ToString());
????????????TC_DATALR?tc_da?=?new?TC_DATALR();
????????????tc_da.Brid?=?brid;
????????????tc_da.ShowDialog();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-07-16?10:15??體溫單控件源碼\
?????文件???????76288??2015-07-16?00:35??體溫單控件源碼\TemperatureChart.dll
?????目錄???????????0??2015-07-16?10:13??體溫單控件源碼\體溫單源碼+數據庫\
?????目錄???????????0??2015-07-16?10:13??體溫單控件源碼\體溫單源碼+數據庫\DB\
?????文件?????1726976??2015-07-16?00:30??體溫單控件源碼\體溫單源碼+數據庫\DB\tcTest
?????目錄???????????0??2015-07-16?10:13??體溫單控件源碼\體溫單源碼+數據庫\TestForm\
?????文件????????4458??2015-07-07?21:09??體溫單控件源碼\體溫單源碼+數據庫\TestForm\MainForm.Designer.cs
?????文件????????1923??2015-07-07?21:57??體溫單控件源碼\體溫單源碼+數據庫\TestForm\MainForm.cs
?????文件????????6022??2015-07-07?21:09??體溫單控件源碼\體溫單源碼+數據庫\TestForm\MainForm.resx
?????文件?????????492??2015-07-07?00:05??體溫單控件源碼\體溫單源碼+數據庫\TestForm\Program.cs
?????目錄???????????0??2015-07-16?10:13??體溫單控件源碼\體溫單源碼+數據庫\TestForm\Properties\
?????文件????????1366??2015-06-18?23:52??體溫單控件源碼\體溫單源碼+數據庫\TestForm\Properties\AssemblyInfo.cs
?????文件????????2868??2015-06-18?23:52??體溫單控件源碼\體溫單源碼+數據庫\TestForm\Properties\Resources.Designer.cs
?????文件????????5612??2015-06-18?23:52??體溫單控件源碼\體溫單源碼+數據庫\TestForm\Properties\Resources.resx
?????文件????????1095??2015-06-18?23:52??體溫單控件源碼\體溫單源碼+數據庫\TestForm\Properties\Settings.Designer.cs
?????文件?????????249??2015-06-18?23:52??體溫單控件源碼\體溫單源碼+數據庫\TestForm\Properties\Settings.settings
?????文件???????22923??2015-07-07?00:58??體溫單控件源碼\體溫單源碼+數據庫\TestForm\SqlHelper.cs
?????文件???????38545??2015-07-15?00:58??體溫單控件源碼\體溫單源碼+數據庫\TestForm\TC_DATALR.Designer.cs
?????文件????????4324??2015-07-15?00:58??體溫單控件源碼\體溫單源碼+數據庫\TestForm\TC_DATALR.cs
?????文件????????5817??2015-07-15?00:58??體溫單控件源碼\體溫單源碼+數據庫\TestForm\TC_DATALR.resx
?????文件????????1618??2015-07-07?17:19??體溫單控件源碼\體溫單源碼+數據庫\TestForm\TC_TEST.Designer.cs
?????文件????????2846??2015-07-15?01:03??體溫單控件源碼\體溫單源碼+數據庫\TestForm\TC_TEST.cs
?????文件????????5817??2015-07-07?17:19??體溫單控件源碼\體溫單源碼+數據庫\TestForm\TC_TEST.resx
?????文件????????4599??2015-07-15?01:26??體溫單控件源碼\體溫單源碼+數據庫\TestForm\TestForm.csproj
?????目錄???????????0??2015-07-16?10:13??體溫單控件源碼\體溫單源碼+數據庫\TestForm\bin\
?????目錄???????????0??2015-07-16?10:13??體溫單控件源碼\體溫單源碼+數據庫\TestForm\bin\Debug\
?????文件???????76288??2015-07-16?00:35??體溫單控件源碼\體溫單源碼+數據庫\TestForm\bin\Debug\TemperatureChart.dll
?????文件???????58880??2015-07-15?01:03??體溫單控件源碼\體溫單源碼+數據庫\TestForm\bin\Debug\TemperatureChart.pdb
?????文件???????32256??2015-07-15?01:26??體溫單控件源碼\體溫單源碼+數據庫\TestForm\bin\Debug\TestForm.exe
?????文件???????62976??2015-07-15?01:26??體溫單控件源碼\體溫單源碼+數據庫\TestForm\bin\Debug\TestForm.pdb
?????文件???????11600??2015-07-15?01:26??體溫單控件源碼\體溫單源碼+數據庫\TestForm\bin\Debug\TestForm.vshost.exe
............此處省略23個文件信息
- 上一篇:BS家庭理財系統的設計實現.rar
- 下一篇:工單管理系統源碼
評論
共有 條評論