469 lines
27 KiB
C#
469 lines
27 KiB
C#
|
|
namespace SOH.BasicSettings
|
|||
|
|
{
|
|||
|
|
partial class frmXianMuMiaoShuWeiHu
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Clean up any resources being used.
|
|||
|
|
/// </summary>
|
|||
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && (components != null))
|
|||
|
|
{
|
|||
|
|
components.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#region Windows Form Designer generated code
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required method for Designer support - do not modify
|
|||
|
|
/// the contents of this method with the code editor.
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
this.components = new System.ComponentModel.Container();
|
|||
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|||
|
|
this.familiarDiagnoseBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.tb_zdPY = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.zdid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.departmentTypeIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.zdmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.zdnr = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.iCD10CodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.isAilmentDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
|
this.isFamiliarDiseaseDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
|
this.pYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.recordDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.userIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.availableDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
|
this.isAuditedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
|
this.misCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.r1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.r2DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.r3DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.r4DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.r5DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.r6DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.recordGUIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.recordTimeStampDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.recordTypeCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.isConsentItemDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
|
this.isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
|
this.isHasRecheckAdviceDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
|
this.moreAdviceCheckItemDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.recheckAdviceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.showIndexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
|
this.groupBox1.SuspendLayout();
|
|||
|
|
this.panel2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.familiarDiagnoseBindingSource)).BeginInit();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// groupBox1
|
|||
|
|
//
|
|||
|
|
this.groupBox1.Controls.Add(this.panel2);
|
|||
|
|
this.groupBox1.Controls.Add(this.panel1);
|
|||
|
|
this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.groupBox1.ForeColor = System.Drawing.Color.Red;
|
|||
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|||
|
|
this.groupBox1.Name = "groupBox1";
|
|||
|
|
this.groupBox1.Size = new System.Drawing.Size(566, 540);
|
|||
|
|
this.groupBox1.TabIndex = 0;
|
|||
|
|
this.groupBox1.TabStop = false;
|
|||
|
|
this.groupBox1.Text = "搜索";
|
|||
|
|
//
|
|||
|
|
// panel2
|
|||
|
|
//
|
|||
|
|
this.panel2.Controls.Add(this.dataGridView1);
|
|||
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel2.Location = new System.Drawing.Point(3, 54);
|
|||
|
|
this.panel2.Name = "panel2";
|
|||
|
|
this.panel2.Size = new System.Drawing.Size(560, 483);
|
|||
|
|
this.panel2.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// dataGridView1
|
|||
|
|
//
|
|||
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|||
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|||
|
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
|||
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|||
|
|
this.dataGridView1.AutoGenerateColumns = false;
|
|||
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|||
|
|
this.zdid,
|
|||
|
|
this.departmentTypeIDDataGridViewTextBoxColumn,
|
|||
|
|
this.zdmc,
|
|||
|
|
this.zdnr,
|
|||
|
|
this.iCD10CodeDataGridViewTextBoxColumn,
|
|||
|
|
this.isAilmentDataGridViewCheckBoxColumn,
|
|||
|
|
this.isFamiliarDiseaseDataGridViewCheckBoxColumn,
|
|||
|
|
this.pYDataGridViewTextBoxColumn,
|
|||
|
|
this.recordDateDataGridViewTextBoxColumn,
|
|||
|
|
this.userIDDataGridViewTextBoxColumn,
|
|||
|
|
this.availableDataGridViewCheckBoxColumn,
|
|||
|
|
this.isAuditedDataGridViewCheckBoxColumn,
|
|||
|
|
this.misCodeDataGridViewTextBoxColumn,
|
|||
|
|
this.r1DataGridViewTextBoxColumn,
|
|||
|
|
this.r2DataGridViewTextBoxColumn,
|
|||
|
|
this.r3DataGridViewTextBoxColumn,
|
|||
|
|
this.r4DataGridViewTextBoxColumn,
|
|||
|
|
this.r5DataGridViewTextBoxColumn,
|
|||
|
|
this.r6DataGridViewTextBoxColumn,
|
|||
|
|
this.recordGUIDDataGridViewTextBoxColumn,
|
|||
|
|
this.recordTimeStampDataGridViewTextBoxColumn,
|
|||
|
|
this.recordTypeCodeDataGridViewTextBoxColumn,
|
|||
|
|
this.isConsentItemDataGridViewCheckBoxColumn,
|
|||
|
|
this.isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn,
|
|||
|
|
this.isHasRecheckAdviceDataGridViewCheckBoxColumn,
|
|||
|
|
this.moreAdviceCheckItemDataGridViewTextBoxColumn,
|
|||
|
|
this.recheckAdviceDataGridViewTextBoxColumn,
|
|||
|
|
this.showIndexDataGridViewTextBoxColumn,
|
|||
|
|
this.checkedDataGridViewCheckBoxColumn});
|
|||
|
|
this.dataGridView1.DataSource = this.familiarDiagnoseBindingSource;
|
|||
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.dataGridView1.Name = "dataGridView1";
|
|||
|
|
this.dataGridView1.ReadOnly = true;
|
|||
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|||
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
|
this.dataGridView1.Size = new System.Drawing.Size(560, 483);
|
|||
|
|
this.dataGridView1.TabIndex = 0;
|
|||
|
|
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
|
|||
|
|
//
|
|||
|
|
// familiarDiagnoseBindingSource
|
|||
|
|
//
|
|||
|
|
this.familiarDiagnoseBindingSource.DataSource = typeof(SOH.Entities.FamiliarDiagnose);
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.Controls.Add(this.tb_zdPY);
|
|||
|
|
this.panel1.Controls.Add(this.label1);
|
|||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(3, 17);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(560, 37);
|
|||
|
|
this.panel1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// tb_zdPY
|
|||
|
|
//
|
|||
|
|
this.tb_zdPY.Location = new System.Drawing.Point(49, 7);
|
|||
|
|
this.tb_zdPY.Name = "tb_zdPY";
|
|||
|
|
this.tb_zdPY.Size = new System.Drawing.Size(493, 21);
|
|||
|
|
this.tb_zdPY.TabIndex = 1;
|
|||
|
|
this.tb_zdPY.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label1.ForeColor = System.Drawing.Color.Black;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(12, 11);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "简拼:";
|
|||
|
|
//
|
|||
|
|
// zdid
|
|||
|
|
//
|
|||
|
|
this.zdid.DataPropertyName = "ID";
|
|||
|
|
this.zdid.HeaderText = "ID";
|
|||
|
|
this.zdid.Name = "zdid";
|
|||
|
|
this.zdid.ReadOnly = true;
|
|||
|
|
this.zdid.Visible = false;
|
|||
|
|
//
|
|||
|
|
// departmentTypeIDDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.departmentTypeIDDataGridViewTextBoxColumn.DataPropertyName = "DepartmentTypeID";
|
|||
|
|
this.departmentTypeIDDataGridViewTextBoxColumn.HeaderText = "DepartmentTypeID";
|
|||
|
|
this.departmentTypeIDDataGridViewTextBoxColumn.Name = "departmentTypeIDDataGridViewTextBoxColumn";
|
|||
|
|
this.departmentTypeIDDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.departmentTypeIDDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// zdmc
|
|||
|
|
//
|
|||
|
|
this.zdmc.DataPropertyName = "Name";
|
|||
|
|
this.zdmc.HeaderText = "诊断名称";
|
|||
|
|
this.zdmc.Name = "zdmc";
|
|||
|
|
this.zdmc.ReadOnly = true;
|
|||
|
|
this.zdmc.Width = 150;
|
|||
|
|
//
|
|||
|
|
// zdnr
|
|||
|
|
//
|
|||
|
|
this.zdnr.DataPropertyName = "Content";
|
|||
|
|
this.zdnr.HeaderText = "诊断内容";
|
|||
|
|
this.zdnr.Name = "zdnr";
|
|||
|
|
this.zdnr.ReadOnly = true;
|
|||
|
|
this.zdnr.Width = 365;
|
|||
|
|
//
|
|||
|
|
// iCD10CodeDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.iCD10CodeDataGridViewTextBoxColumn.DataPropertyName = "ICD10Code";
|
|||
|
|
this.iCD10CodeDataGridViewTextBoxColumn.HeaderText = "ICD10Code";
|
|||
|
|
this.iCD10CodeDataGridViewTextBoxColumn.Name = "iCD10CodeDataGridViewTextBoxColumn";
|
|||
|
|
this.iCD10CodeDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.iCD10CodeDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// isAilmentDataGridViewCheckBoxColumn
|
|||
|
|
//
|
|||
|
|
this.isAilmentDataGridViewCheckBoxColumn.DataPropertyName = "IsAilment";
|
|||
|
|
this.isAilmentDataGridViewCheckBoxColumn.HeaderText = "IsAilment";
|
|||
|
|
this.isAilmentDataGridViewCheckBoxColumn.Name = "isAilmentDataGridViewCheckBoxColumn";
|
|||
|
|
this.isAilmentDataGridViewCheckBoxColumn.ReadOnly = true;
|
|||
|
|
this.isAilmentDataGridViewCheckBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// isFamiliarDiseaseDataGridViewCheckBoxColumn
|
|||
|
|
//
|
|||
|
|
this.isFamiliarDiseaseDataGridViewCheckBoxColumn.DataPropertyName = "IsFamiliarDisease";
|
|||
|
|
this.isFamiliarDiseaseDataGridViewCheckBoxColumn.HeaderText = "IsFamiliarDisease";
|
|||
|
|
this.isFamiliarDiseaseDataGridViewCheckBoxColumn.Name = "isFamiliarDiseaseDataGridViewCheckBoxColumn";
|
|||
|
|
this.isFamiliarDiseaseDataGridViewCheckBoxColumn.ReadOnly = true;
|
|||
|
|
this.isFamiliarDiseaseDataGridViewCheckBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// pYDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.pYDataGridViewTextBoxColumn.DataPropertyName = "PY";
|
|||
|
|
this.pYDataGridViewTextBoxColumn.HeaderText = "PY";
|
|||
|
|
this.pYDataGridViewTextBoxColumn.Name = "pYDataGridViewTextBoxColumn";
|
|||
|
|
this.pYDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.pYDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// recordDateDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.recordDateDataGridViewTextBoxColumn.DataPropertyName = "RecordDate";
|
|||
|
|
this.recordDateDataGridViewTextBoxColumn.HeaderText = "RecordDate";
|
|||
|
|
this.recordDateDataGridViewTextBoxColumn.Name = "recordDateDataGridViewTextBoxColumn";
|
|||
|
|
this.recordDateDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.recordDateDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// userIDDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.userIDDataGridViewTextBoxColumn.DataPropertyName = "UserID";
|
|||
|
|
this.userIDDataGridViewTextBoxColumn.HeaderText = "UserID";
|
|||
|
|
this.userIDDataGridViewTextBoxColumn.Name = "userIDDataGridViewTextBoxColumn";
|
|||
|
|
this.userIDDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.userIDDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// availableDataGridViewCheckBoxColumn
|
|||
|
|
//
|
|||
|
|
this.availableDataGridViewCheckBoxColumn.DataPropertyName = "Available";
|
|||
|
|
this.availableDataGridViewCheckBoxColumn.HeaderText = "Available";
|
|||
|
|
this.availableDataGridViewCheckBoxColumn.Name = "availableDataGridViewCheckBoxColumn";
|
|||
|
|
this.availableDataGridViewCheckBoxColumn.ReadOnly = true;
|
|||
|
|
this.availableDataGridViewCheckBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// isAuditedDataGridViewCheckBoxColumn
|
|||
|
|
//
|
|||
|
|
this.isAuditedDataGridViewCheckBoxColumn.DataPropertyName = "IsAudited";
|
|||
|
|
this.isAuditedDataGridViewCheckBoxColumn.HeaderText = "IsAudited";
|
|||
|
|
this.isAuditedDataGridViewCheckBoxColumn.Name = "isAuditedDataGridViewCheckBoxColumn";
|
|||
|
|
this.isAuditedDataGridViewCheckBoxColumn.ReadOnly = true;
|
|||
|
|
this.isAuditedDataGridViewCheckBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// misCodeDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.misCodeDataGridViewTextBoxColumn.DataPropertyName = "MisCode";
|
|||
|
|
this.misCodeDataGridViewTextBoxColumn.HeaderText = "MisCode";
|
|||
|
|
this.misCodeDataGridViewTextBoxColumn.Name = "misCodeDataGridViewTextBoxColumn";
|
|||
|
|
this.misCodeDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.misCodeDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// r1DataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.r1DataGridViewTextBoxColumn.DataPropertyName = "R1";
|
|||
|
|
this.r1DataGridViewTextBoxColumn.HeaderText = "结案前完成";
|
|||
|
|
this.r1DataGridViewTextBoxColumn.Name = "r1DataGridViewTextBoxColumn";
|
|||
|
|
this.r1DataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.r1DataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// r2DataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.r2DataGridViewTextBoxColumn.DataPropertyName = "R2";
|
|||
|
|
this.r2DataGridViewTextBoxColumn.HeaderText = "报告流程管理";
|
|||
|
|
this.r2DataGridViewTextBoxColumn.Name = "r2DataGridViewTextBoxColumn";
|
|||
|
|
this.r2DataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.r2DataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// r3DataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.r3DataGridViewTextBoxColumn.DataPropertyName = "R3";
|
|||
|
|
this.r3DataGridViewTextBoxColumn.HeaderText = "设备";
|
|||
|
|
this.r3DataGridViewTextBoxColumn.Name = "r3DataGridViewTextBoxColumn";
|
|||
|
|
this.r3DataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.r3DataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// r4DataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.r4DataGridViewTextBoxColumn.DataPropertyName = "R4";
|
|||
|
|
this.r4DataGridViewTextBoxColumn.HeaderText = "条码数量";
|
|||
|
|
this.r4DataGridViewTextBoxColumn.Name = "r4DataGridViewTextBoxColumn";
|
|||
|
|
this.r4DataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.r4DataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// r5DataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.r5DataGridViewTextBoxColumn.DataPropertyName = "R5";
|
|||
|
|
this.r5DataGridViewTextBoxColumn.HeaderText = "条码显示项目名称";
|
|||
|
|
this.r5DataGridViewTextBoxColumn.Name = "r5DataGridViewTextBoxColumn";
|
|||
|
|
this.r5DataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.r5DataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// r6DataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.r6DataGridViewTextBoxColumn.DataPropertyName = "R6";
|
|||
|
|
this.r6DataGridViewTextBoxColumn.HeaderText = "条码显示位数,最多为13位";
|
|||
|
|
this.r6DataGridViewTextBoxColumn.Name = "r6DataGridViewTextBoxColumn";
|
|||
|
|
this.r6DataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.r6DataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// recordGUIDDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.recordGUIDDataGridViewTextBoxColumn.DataPropertyName = "RecordGUID";
|
|||
|
|
this.recordGUIDDataGridViewTextBoxColumn.HeaderText = "RecordGUID";
|
|||
|
|
this.recordGUIDDataGridViewTextBoxColumn.Name = "recordGUIDDataGridViewTextBoxColumn";
|
|||
|
|
this.recordGUIDDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.recordGUIDDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// recordTimeStampDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.recordTimeStampDataGridViewTextBoxColumn.DataPropertyName = "RecordTimeStamp";
|
|||
|
|
this.recordTimeStampDataGridViewTextBoxColumn.HeaderText = "RecordTimeStamp";
|
|||
|
|
this.recordTimeStampDataGridViewTextBoxColumn.Name = "recordTimeStampDataGridViewTextBoxColumn";
|
|||
|
|
this.recordTimeStampDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.recordTimeStampDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// recordTypeCodeDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.recordTypeCodeDataGridViewTextBoxColumn.DataPropertyName = "RecordTypeCode";
|
|||
|
|
this.recordTypeCodeDataGridViewTextBoxColumn.HeaderText = "RecordTypeCode";
|
|||
|
|
this.recordTypeCodeDataGridViewTextBoxColumn.Name = "recordTypeCodeDataGridViewTextBoxColumn";
|
|||
|
|
this.recordTypeCodeDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.recordTypeCodeDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// isConsentItemDataGridViewCheckBoxColumn
|
|||
|
|
//
|
|||
|
|
this.isConsentItemDataGridViewCheckBoxColumn.DataPropertyName = "IsConsentItem";
|
|||
|
|
this.isConsentItemDataGridViewCheckBoxColumn.HeaderText = "IsConsentItem";
|
|||
|
|
this.isConsentItemDataGridViewCheckBoxColumn.Name = "isConsentItemDataGridViewCheckBoxColumn";
|
|||
|
|
this.isConsentItemDataGridViewCheckBoxColumn.ReadOnly = true;
|
|||
|
|
this.isConsentItemDataGridViewCheckBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn
|
|||
|
|
//
|
|||
|
|
this.isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn.DataPropertyName = "IsHasMoreAdviceCheckItem";
|
|||
|
|
this.isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn.HeaderText = "IsHasMoreAdviceCheckItem";
|
|||
|
|
this.isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn.Name = "isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn";
|
|||
|
|
this.isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn.ReadOnly = true;
|
|||
|
|
this.isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// isHasRecheckAdviceDataGridViewCheckBoxColumn
|
|||
|
|
//
|
|||
|
|
this.isHasRecheckAdviceDataGridViewCheckBoxColumn.DataPropertyName = "IsHasRecheckAdvice";
|
|||
|
|
this.isHasRecheckAdviceDataGridViewCheckBoxColumn.HeaderText = "IsHasRecheckAdvice";
|
|||
|
|
this.isHasRecheckAdviceDataGridViewCheckBoxColumn.Name = "isHasRecheckAdviceDataGridViewCheckBoxColumn";
|
|||
|
|
this.isHasRecheckAdviceDataGridViewCheckBoxColumn.ReadOnly = true;
|
|||
|
|
this.isHasRecheckAdviceDataGridViewCheckBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// moreAdviceCheckItemDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.moreAdviceCheckItemDataGridViewTextBoxColumn.DataPropertyName = "MoreAdviceCheckItem";
|
|||
|
|
this.moreAdviceCheckItemDataGridViewTextBoxColumn.HeaderText = "MoreAdviceCheckItem";
|
|||
|
|
this.moreAdviceCheckItemDataGridViewTextBoxColumn.Name = "moreAdviceCheckItemDataGridViewTextBoxColumn";
|
|||
|
|
this.moreAdviceCheckItemDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.moreAdviceCheckItemDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// recheckAdviceDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.recheckAdviceDataGridViewTextBoxColumn.DataPropertyName = "RecheckAdvice";
|
|||
|
|
this.recheckAdviceDataGridViewTextBoxColumn.HeaderText = "RecheckAdvice";
|
|||
|
|
this.recheckAdviceDataGridViewTextBoxColumn.Name = "recheckAdviceDataGridViewTextBoxColumn";
|
|||
|
|
this.recheckAdviceDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.recheckAdviceDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// showIndexDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.showIndexDataGridViewTextBoxColumn.DataPropertyName = "ShowIndex";
|
|||
|
|
this.showIndexDataGridViewTextBoxColumn.HeaderText = "ShowIndex";
|
|||
|
|
this.showIndexDataGridViewTextBoxColumn.Name = "showIndexDataGridViewTextBoxColumn";
|
|||
|
|
this.showIndexDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.showIndexDataGridViewTextBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// checkedDataGridViewCheckBoxColumn
|
|||
|
|
//
|
|||
|
|
this.checkedDataGridViewCheckBoxColumn.DataPropertyName = "Checked";
|
|||
|
|
this.checkedDataGridViewCheckBoxColumn.HeaderText = "选择";
|
|||
|
|
this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn";
|
|||
|
|
this.checkedDataGridViewCheckBoxColumn.ReadOnly = true;
|
|||
|
|
this.checkedDataGridViewCheckBoxColumn.Visible = false;
|
|||
|
|
//
|
|||
|
|
// frmXianMuMiaoShuWeiHu
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(590, 564);
|
|||
|
|
this.Controls.Add(this.groupBox1);
|
|||
|
|
this.Name = "frmXianMuMiaoShuWeiHu";
|
|||
|
|
this.Text = "诊断";
|
|||
|
|
this.Load += new System.EventHandler(this.frmXianMuMiaoShuWeiHu_Load);
|
|||
|
|
this.groupBox1.ResumeLayout(false);
|
|||
|
|
this.panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.familiarDiagnoseBindingSource)).EndInit();
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
this.panel1.PerformLayout();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
|
private System.Windows.Forms.Panel panel2;
|
|||
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.TextBox tb_zdPY;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.BindingSource familiarDiagnoseBindingSource;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zdid;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn departmentTypeIDDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zdmc;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zdnr;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn iCD10CodeDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn isAilmentDataGridViewCheckBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn isFamiliarDiseaseDataGridViewCheckBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pYDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn recordDateDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn userIDDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn availableDataGridViewCheckBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn isAuditedDataGridViewCheckBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn misCodeDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn r1DataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn r2DataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn r3DataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn r4DataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn r5DataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn r6DataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn recordGUIDDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn recordTimeStampDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn recordTypeCodeDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn isConsentItemDataGridViewCheckBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn isHasMoreAdviceCheckItemDataGridViewCheckBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn isHasRecheckAdviceDataGridViewCheckBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn moreAdviceCheckItemDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn recheckAdviceDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn showIndexDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn;
|
|||
|
|
}
|
|||
|
|
}
|