|
@@ -46,6 +46,8 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.medtype = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ecToken = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.clearway = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.insuOrgCode = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.admid = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.saveToExpand = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.lstLocal = new System.Windows.Forms.ListBox();
|
|
@@ -59,6 +61,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.mapContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.numToDate = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.stringToDate = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ToString = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
|
this.btnMap = new System.Windows.Forms.Button();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
@@ -74,7 +77,8 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.btnChange = new System.Windows.Forms.Button();
|
|
|
this.txtLocalName = new System.Windows.Forms.TextBox();
|
|
|
this.txtBaseName = new System.Windows.Forms.TextBox();
|
|
|
- this.ToString = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.certtype = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.certno = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.localContextMenu.SuspendLayout();
|
|
|
this.mapContextMenu.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
@@ -102,12 +106,12 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.globalVar,
|
|
|
this.saveToExpand});
|
|
|
this.localContextMenu.Name = "localContextMenu";
|
|
|
- this.localContextMenu.Size = new System.Drawing.Size(184, 76);
|
|
|
+ this.localContextMenu.Size = new System.Drawing.Size(211, 104);
|
|
|
//
|
|
|
// fixValue
|
|
|
//
|
|
|
this.fixValue.Name = "fixValue";
|
|
|
- this.fixValue.Size = new System.Drawing.Size(183, 24);
|
|
|
+ this.fixValue.Size = new System.Drawing.Size(210, 24);
|
|
|
this.fixValue.Text = "设定固定值";
|
|
|
this.fixValue.Click += new System.EventHandler(this.fixValue_Click);
|
|
|
//
|
|
@@ -125,9 +129,14 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.insutype,
|
|
|
this.medtype,
|
|
|
this.ecToken,
|
|
|
- this.clearway});
|
|
|
+ this.clearway,
|
|
|
+ this.insuOrgCode,
|
|
|
+ this.admid,
|
|
|
+ this.certtype,
|
|
|
+ this.certno});
|
|
|
this.globalVar.Name = "globalVar";
|
|
|
- this.globalVar.Size = new System.Drawing.Size(183, 24);
|
|
|
+ this.globalVar.ShowShortcutKeys = false;
|
|
|
+ this.globalVar.Size = new System.Drawing.Size(210, 24);
|
|
|
this.globalVar.Text = "设置全局变量";
|
|
|
//
|
|
|
// medtrt_id
|
|
@@ -214,10 +223,24 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.clearway.Text = "清算方式";
|
|
|
this.clearway.Click += new System.EventHandler(this.clearway_Click);
|
|
|
//
|
|
|
+ // insuOrgCode
|
|
|
+ //
|
|
|
+ this.insuOrgCode.Name = "insuOrgCode";
|
|
|
+ this.insuOrgCode.Size = new System.Drawing.Size(224, 26);
|
|
|
+ this.insuOrgCode.Text = "医院编码(社保)";
|
|
|
+ this.insuOrgCode.Click += new System.EventHandler(this.insuOrgCode_Click);
|
|
|
+ //
|
|
|
+ // admid
|
|
|
+ //
|
|
|
+ this.admid.Name = "admid";
|
|
|
+ this.admid.Size = new System.Drawing.Size(224, 26);
|
|
|
+ this.admid.Text = "就诊ID";
|
|
|
+ this.admid.Click += new System.EventHandler(this.admid_Click);
|
|
|
+ //
|
|
|
// saveToExpand
|
|
|
//
|
|
|
this.saveToExpand.Name = "saveToExpand";
|
|
|
- this.saveToExpand.Size = new System.Drawing.Size(183, 24);
|
|
|
+ this.saveToExpand.Size = new System.Drawing.Size(210, 24);
|
|
|
this.saveToExpand.Text = "保存到扩展节点";
|
|
|
this.saveToExpand.Click += new System.EventHandler(this.saveToExpand_Click);
|
|
|
//
|
|
@@ -325,7 +348,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.stringToDate,
|
|
|
this.ToString});
|
|
|
this.mapContextMenu.Name = "mapContextMenu";
|
|
|
- this.mapContextMenu.Size = new System.Drawing.Size(258, 104);
|
|
|
+ this.mapContextMenu.Size = new System.Drawing.Size(258, 76);
|
|
|
//
|
|
|
// numToDate
|
|
|
//
|
|
@@ -341,6 +364,13 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.stringToDate.Text = "日期格式(yyyy-MM-dd)";
|
|
|
this.stringToDate.Click += new System.EventHandler(this.stringToDate_Click);
|
|
|
//
|
|
|
+ // ToString
|
|
|
+ //
|
|
|
+ this.ToString.Name = "ToString";
|
|
|
+ this.ToString.Size = new System.Drawing.Size(257, 24);
|
|
|
+ this.ToString.Text = "字符串格式";
|
|
|
+ this.ToString.Click += new System.EventHandler(this.ToString_Click);
|
|
|
+ //
|
|
|
// txtName
|
|
|
//
|
|
|
this.txtName.Location = new System.Drawing.Point(363, 45);
|
|
@@ -500,12 +530,19 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.txtBaseName.TabIndex = 9;
|
|
|
this.txtBaseName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBaseName_KeyDown);
|
|
|
//
|
|
|
- // ToString
|
|
|
+ // certtype
|
|
|
//
|
|
|
- this.ToString.Name = "ToString";
|
|
|
- this.ToString.Size = new System.Drawing.Size(257, 24);
|
|
|
- this.ToString.Text = "字符串格式";
|
|
|
- this.ToString.Click += new System.EventHandler(this.ToString_Click);
|
|
|
+ this.certtype.Name = "certtype";
|
|
|
+ this.certtype.Size = new System.Drawing.Size(224, 26);
|
|
|
+ this.certtype.Text = "证件类型";
|
|
|
+ this.certtype.Click += new System.EventHandler(this.certtype_Click);
|
|
|
+ //
|
|
|
+ // certno
|
|
|
+ //
|
|
|
+ this.certno.Name = "certno";
|
|
|
+ this.certno.Size = new System.Drawing.Size(224, 26);
|
|
|
+ this.certno.Text = "证件号";
|
|
|
+ this.certno.Click += new System.EventHandler(this.certno_Click);
|
|
|
//
|
|
|
// JsonMappingForm
|
|
|
//
|
|
@@ -594,5 +631,9 @@ namespace PTMedicalInsurance.Forms
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveToExpand;
|
|
|
private System.Windows.Forms.ToolStripMenuItem clearway;
|
|
|
private System.Windows.Forms.ToolStripMenuItem ToString;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem insuOrgCode;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem admid;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem certtype;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem certno;
|
|
|
}
|
|
|
}
|