DataSet1.Designer.cs
上传用户:yongjiajia
上传日期:2021-01-30
资源大小:686k
文件大小:79k
开发平台:

ASP/ASPX

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     此代码由工具生成。
  4. //     运行时版本:2.0.50727.3082
  5. //
  6. //     对此文件的更改可能会导致不正确的行为,并且如果
  7. //     重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. #pragma warning disable 1591
  11. namespace 医院管理系统 {
  12.     
  13.     
  14.     /// <summary>
  15.     ///Represents a strongly typed in-memory cache of data.
  16.     ///</summary>
  17.     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
  18.     [global::System.Serializable()]
  19.     [global::System.ComponentModel.DesignerCategoryAttribute("code")]
  20.     [global::System.ComponentModel.ToolboxItem(true)]
  21.     [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
  22.     [global::System.Xml.Serialization.XmlRootAttribute("DataSet1")]
  23.     [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
  24.     public partial class DataSet1 : global::System.Data.DataSet {
  25.         
  26.         private 药品资料DataTable table药品资料;
  27.         
  28.         private 门诊收费项目DataTable table门诊收费项目;
  29.         
  30.         private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
  31.         
  32.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33.         public DataSet1() {
  34.             this.BeginInit();
  35.             this.InitClass();
  36.             global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
  37.             base.Tables.CollectionChanged += schemaChangedHandler;
  38.             base.Relations.CollectionChanged += schemaChangedHandler;
  39.             this.EndInit();
  40.         }
  41.         
  42.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  43.         protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
  44.                 base(info, context, false) {
  45.             if ((this.IsBinarySerialized(info, context) == true)) {
  46.                 this.InitVars(false);
  47.                 global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
  48.                 this.Tables.CollectionChanged += schemaChangedHandler1;
  49.                 this.Relations.CollectionChanged += schemaChangedHandler1;
  50.                 return;
  51.             }
  52.             string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
  53.             if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
  54.                 global::System.Data.DataSet ds = new global::System.Data.DataSet();
  55.                 ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
  56.                 if ((ds.Tables["药品资料"] != null)) {
  57.                     base.Tables.Add(new 药品资料DataTable(ds.Tables["药品资料"]));
  58.                 }
  59.                 if ((ds.Tables["门诊收费项目"] != null)) {
  60.                     base.Tables.Add(new 门诊收费项目DataTable(ds.Tables["门诊收费项目"]));
  61.                 }
  62.                 this.DataSetName = ds.DataSetName;
  63.                 this.Prefix = ds.Prefix;
  64.                 this.Namespace = ds.Namespace;
  65.                 this.Locale = ds.Locale;
  66.                 this.CaseSensitive = ds.CaseSensitive;
  67.                 this.EnforceConstraints = ds.EnforceConstraints;
  68.                 this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
  69.                 this.InitVars();
  70.             }
  71.             else {
  72.                 this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
  73.             }
  74.             this.GetSerializationData(info, context);
  75.             global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
  76.             base.Tables.CollectionChanged += schemaChangedHandler;
  77.             this.Relations.CollectionChanged += schemaChangedHandler;
  78.         }
  79.         
  80.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  81.         [global::System.ComponentModel.Browsable(false)]
  82.         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
  83.         public 药品资料DataTable 药品资料 {
  84.             get {
  85.                 return this.table药品资料;
  86.             }
  87.         }
  88.         
  89.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  90.         [global::System.ComponentModel.Browsable(false)]
  91.         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
  92.         public 门诊收费项目DataTable 门诊收费项目 {
  93.             get {
  94.                 return this.table门诊收费项目;
  95.             }
  96.         }
  97.         
  98.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  99.         [global::System.ComponentModel.BrowsableAttribute(true)]
  100.         [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
  101.         public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
  102.             get {
  103.                 return this._schemaSerializationMode;
  104.             }
  105.             set {
  106.                 this._schemaSerializationMode = value;
  107.             }
  108.         }
  109.         
  110.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  111.         [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  112.         public new global::System.Data.DataTableCollection Tables {
  113.             get {
  114.                 return base.Tables;
  115.             }
  116.         }
  117.         
  118.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  119.         [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  120.         public new global::System.Data.DataRelationCollection Relations {
  121.             get {
  122.                 return base.Relations;
  123.             }
  124.         }
  125.         
  126.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  127.         protected override void InitializeDerivedDataSet() {
  128.             this.BeginInit();
  129.             this.InitClass();
  130.             this.EndInit();
  131.         }
  132.         
  133.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  134.         public override global::System.Data.DataSet Clone() {
  135.             DataSet1 cln = ((DataSet1)(base.Clone()));
  136.             cln.InitVars();
  137.             cln.SchemaSerializationMode = this.SchemaSerializationMode;
  138.             return cln;
  139.         }
  140.         
  141.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  142.         protected override bool ShouldSerializeTables() {
  143.             return false;
  144.         }
  145.         
  146.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  147.         protected override bool ShouldSerializeRelations() {
  148.             return false;
  149.         }
  150.         
  151.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  152.         protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
  153.             if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
  154.                 this.Reset();
  155.                 global::System.Data.DataSet ds = new global::System.Data.DataSet();
  156.                 ds.ReadXml(reader);
  157.                 if ((ds.Tables["药品资料"] != null)) {
  158.                     base.Tables.Add(new 药品资料DataTable(ds.Tables["药品资料"]));
  159.                 }
  160.                 if ((ds.Tables["门诊收费项目"] != null)) {
  161.                     base.Tables.Add(new 门诊收费项目DataTable(ds.Tables["门诊收费项目"]));
  162.                 }
  163.                 this.DataSetName = ds.DataSetName;
  164.                 this.Prefix = ds.Prefix;
  165.                 this.Namespace = ds.Namespace;
  166.                 this.Locale = ds.Locale;
  167.                 this.CaseSensitive = ds.CaseSensitive;
  168.                 this.EnforceConstraints = ds.EnforceConstraints;
  169.                 this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
  170.                 this.InitVars();
  171.             }
  172.             else {
  173.                 this.ReadXml(reader);
  174.                 this.InitVars();
  175.             }
  176.         }
  177.         
  178.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  179.         protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
  180.             global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
  181.             this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
  182.             stream.Position = 0;
  183.             return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
  184.         }
  185.         
  186.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  187.         internal void InitVars() {
  188.             this.InitVars(true);
  189.         }
  190.         
  191.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  192.         internal void InitVars(bool initTable) {
  193.             this.table药品资料 = ((药品资料DataTable)(base.Tables["药品资料"]));
  194.             if ((initTable == true)) {
  195.                 if ((this.table药品资料 != null)) {
  196.                     this.table药品资料.InitVars();
  197.                 }
  198.             }
  199.             this.table门诊收费项目 = ((门诊收费项目DataTable)(base.Tables["门诊收费项目"]));
  200.             if ((initTable == true)) {
  201.                 if ((this.table门诊收费项目 != null)) {
  202.                     this.table门诊收费项目.InitVars();
  203.                 }
  204.             }
  205.         }
  206.         
  207.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  208.         private void InitClass() {
  209.             this.DataSetName = "DataSet1";
  210.             this.Prefix = "";
  211.             this.Namespace = "http://www.tempuri.org/DataSet1.xsd";
  212.             this.Locale = new global::System.Globalization.CultureInfo("zh-CN");
  213.             this.EnforceConstraints = true;
  214.             this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
  215.             this.table药品资料 = new 药品资料DataTable();
  216.             base.Tables.Add(this.table药品资料);
  217.             this.table门诊收费项目 = new 门诊收费项目DataTable();
  218.             base.Tables.Add(this.table门诊收费项目);
  219.         }
  220.         
  221.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  222.         private bool ShouldSerialize药品资料() {
  223.             return false;
  224.         }
  225.         
  226.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  227.         private bool ShouldSerialize门诊收费项目() {
  228.             return false;
  229.         }
  230.         
  231.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  232.         private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
  233.             if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
  234.                 this.InitVars();
  235.             }
  236.         }
  237.         
  238.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  239.         public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
  240.             DataSet1 ds = new DataSet1();
  241.             global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
  242.             global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
  243.             global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
  244.             any.Namespace = ds.Namespace;
  245.             sequence.Items.Add(any);
  246.             type.Particle = sequence;
  247.             global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
  248.             if (xs.Contains(dsSchema.TargetNamespace)) {
  249.                 global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
  250.                 global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
  251.                 try {
  252.                     global::System.Xml.Schema.XmlSchema schema = null;
  253.                     dsSchema.Write(s1);
  254.                     for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
  255.                         schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
  256.                         s2.SetLength(0);
  257.                         schema.Write(s2);
  258.                         if ((s1.Length == s2.Length)) {
  259.                             s1.Position = 0;
  260.                             s2.Position = 0;
  261.                             for (; ((s1.Position != s1.Length) 
  262.                                         && (s1.ReadByte() == s2.ReadByte())); ) {
  263.                                 ;
  264.                             }
  265.                             if ((s1.Position == s1.Length)) {
  266.                                 return type;
  267.                             }
  268.                         }
  269.                     }
  270.                 }
  271.                 finally {
  272.                     if ((s1 != null)) {
  273.                         s1.Close();
  274.                     }
  275.                     if ((s2 != null)) {
  276.                         s2.Close();
  277.                     }
  278.                 }
  279.             }
  280.             xs.Add(dsSchema);
  281.             return type;
  282.         }
  283.         
  284.         public delegate void 药品资料RowChangeEventHandler(object sender, 药品资料RowChangeEvent e);
  285.         
  286.         public delegate void 门诊收费项目RowChangeEventHandler(object sender, 门诊收费项目RowChangeEvent e);
  287.         
  288.         /// <summary>
  289.         ///Represents the strongly named DataTable class.
  290.         ///</summary>
  291.         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
  292.         [global::System.Serializable()]
  293.         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
  294.         public partial class 药品资料DataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
  295.             
  296.             private global::System.Data.DataColumn column编号;
  297.             
  298.             private global::System.Data.DataColumn column名称;
  299.             
  300.             private global::System.Data.DataColumn column规格;
  301.             
  302.             private global::System.Data.DataColumn column整量单位;
  303.             
  304.             private global::System.Data.DataColumn column散量单位;
  305.             
  306.             private global::System.Data.DataColumn column入库单价;
  307.             
  308.             private global::System.Data.DataColumn column出库单价;
  309.             
  310.             private global::System.Data.DataColumn column批发价;
  311.             
  312.             private global::System.Data.DataColumn column整散比;
  313.             
  314.             private global::System.Data.DataColumn column分类;
  315.             
  316.             private global::System.Data.DataColumn column费用归类;
  317.             
  318.             private global::System.Data.DataColumn column拼音码;
  319.             
  320.             private global::System.Data.DataColumn column效期;
  321.             
  322.             private global::System.Data.DataColumn column上限;
  323.             
  324.             private global::System.Data.DataColumn column下限;
  325.             
  326.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  327.             public 药品资料DataTable() {
  328.                 this.TableName = "药品资料";
  329.                 this.BeginInit();
  330.                 this.InitClass();
  331.                 this.EndInit();
  332.             }
  333.             
  334.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  335.             internal 药品资料DataTable(global::System.Data.DataTable table) {
  336.                 this.TableName = table.TableName;
  337.                 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
  338.                     this.CaseSensitive = table.CaseSensitive;
  339.                 }
  340.                 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
  341.                     this.Locale = table.Locale;
  342.                 }
  343.                 if ((table.Namespace != table.DataSet.Namespace)) {
  344.                     this.Namespace = table.Namespace;
  345.                 }
  346.                 this.Prefix = table.Prefix;
  347.                 this.MinimumCapacity = table.MinimumCapacity;
  348.             }
  349.             
  350.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  351.             protected 药品资料DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
  352.                     base(info, context) {
  353.                 this.InitVars();
  354.             }
  355.             
  356.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  357.             public global::System.Data.DataColumn 编号Column {
  358.                 get {
  359.                     return this.column编号;
  360.                 }
  361.             }
  362.             
  363.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  364.             public global::System.Data.DataColumn 名称Column {
  365.                 get {
  366.                     return this.column名称;
  367.                 }
  368.             }
  369.             
  370.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  371.             public global::System.Data.DataColumn 规格Column {
  372.                 get {
  373.                     return this.column规格;
  374.                 }
  375.             }
  376.             
  377.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  378.             public global::System.Data.DataColumn 整量单位Column {
  379.                 get {
  380.                     return this.column整量单位;
  381.                 }
  382.             }
  383.             
  384.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  385.             public global::System.Data.DataColumn 散量单位Column {
  386.                 get {
  387.                     return this.column散量单位;
  388.                 }
  389.             }
  390.             
  391.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  392.             public global::System.Data.DataColumn 入库单价Column {
  393.                 get {
  394.                     return this.column入库单价;
  395.                 }
  396.             }
  397.             
  398.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  399.             public global::System.Data.DataColumn 出库单价Column {
  400.                 get {
  401.                     return this.column出库单价;
  402.                 }
  403.             }
  404.             
  405.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  406.             public global::System.Data.DataColumn 批发价Column {
  407.                 get {
  408.                     return this.column批发价;
  409.                 }
  410.             }
  411.             
  412.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  413.             public global::System.Data.DataColumn 整散比Column {
  414.                 get {
  415.                     return this.column整散比;
  416.                 }
  417.             }
  418.             
  419.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  420.             public global::System.Data.DataColumn 分类Column {
  421.                 get {
  422.                     return this.column分类;
  423.                 }
  424.             }
  425.             
  426.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  427.             public global::System.Data.DataColumn 费用归类Column {
  428.                 get {
  429.                     return this.column费用归类;
  430.                 }
  431.             }
  432.             
  433.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  434.             public global::System.Data.DataColumn 拼音码Column {
  435.                 get {
  436.                     return this.column拼音码;
  437.                 }
  438.             }
  439.             
  440.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  441.             public global::System.Data.DataColumn 效期Column {
  442.                 get {
  443.                     return this.column效期;
  444.                 }
  445.             }
  446.             
  447.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  448.             public global::System.Data.DataColumn 上限Column {
  449.                 get {
  450.                     return this.column上限;
  451.                 }
  452.             }
  453.             
  454.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  455.             public global::System.Data.DataColumn 下限Column {
  456.                 get {
  457.                     return this.column下限;
  458.                 }
  459.             }
  460.             
  461.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  462.             [global::System.ComponentModel.Browsable(false)]
  463.             public int Count {
  464.                 get {
  465.                     return this.Rows.Count;
  466.                 }
  467.             }
  468.             
  469.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  470.             public 药品资料Row this[int index] {
  471.                 get {
  472.                     return ((药品资料Row)(this.Rows[index]));
  473.                 }
  474.             }
  475.             
  476.             public event 药品资料RowChangeEventHandler 药品资料RowChanging;
  477.             
  478.             public event 药品资料RowChangeEventHandler 药品资料RowChanged;
  479.             
  480.             public event 药品资料RowChangeEventHandler 药品资料RowDeleting;
  481.             
  482.             public event 药品资料RowChangeEventHandler 药品资料RowDeleted;
  483.             
  484.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  485.             public void Add药品资料Row(药品资料Row row) {
  486.                 this.Rows.Add(row);
  487.             }
  488.             
  489.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  490.             public 药品资料Row Add药品资料Row(string 编号, string 名称, string 规格, string 整量单位, string 散量单位, decimal 入库单价, decimal 出库单价, decimal 批发价, decimal 整散比, string 分类, string 费用归类, string 拼音码, int 效期, decimal 上限, decimal 下限) {
  491.                 药品资料Row row药品资料Row = ((药品资料Row)(this.NewRow()));
  492.                 object[] columnValuesArray = new object[] {
  493.                         编号,
  494.                         名称,
  495.                         规格,
  496.                         整量单位,
  497.                         散量单位,
  498.                         入库单价,
  499.                         出库单价,
  500.                         批发价,
  501.                         整散比,
  502.                         分类,
  503.                         费用归类,
  504.                         拼音码,
  505.                         效期,
  506.                         上限,
  507.                         下限};
  508.                 row药品资料Row.ItemArray = columnValuesArray;
  509.                 this.Rows.Add(row药品资料Row);
  510.                 return row药品资料Row;
  511.             }
  512.             
  513.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  514.             public 药品资料Row FindBy编号(string 编号) {
  515.                 return ((药品资料Row)(this.Rows.Find(new object[] {
  516.                             编号})));
  517.             }
  518.             
  519.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  520.             public virtual global::System.Collections.IEnumerator GetEnumerator() {
  521.                 return this.Rows.GetEnumerator();
  522.             }
  523.             
  524.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  525.             public override global::System.Data.DataTable Clone() {
  526.                 药品资料DataTable cln = ((药品资料DataTable)(base.Clone()));
  527.                 cln.InitVars();
  528.                 return cln;
  529.             }
  530.             
  531.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  532.             protected override global::System.Data.DataTable CreateInstance() {
  533.                 return new 药品资料DataTable();
  534.             }
  535.             
  536.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  537.             internal void InitVars() {
  538.                 this.column编号 = base.Columns["编号"];
  539.                 this.column名称 = base.Columns["名称"];
  540.                 this.column规格 = base.Columns["规格"];
  541.                 this.column整量单位 = base.Columns["整量单位"];
  542.                 this.column散量单位 = base.Columns["散量单位"];
  543.                 this.column入库单价 = base.Columns["入库单价"];
  544.                 this.column出库单价 = base.Columns["出库单价"];
  545.                 this.column批发价 = base.Columns["批发价"];
  546.                 this.column整散比 = base.Columns["整散比"];
  547.                 this.column分类 = base.Columns["分类"];
  548.                 this.column费用归类 = base.Columns["费用归类"];
  549.                 this.column拼音码 = base.Columns["拼音码"];
  550.                 this.column效期 = base.Columns["效期"];
  551.                 this.column上限 = base.Columns["上限"];
  552.                 this.column下限 = base.Columns["下限"];
  553.             }
  554.             
  555.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  556.             private void InitClass() {
  557.                 this.column编号 = new global::System.Data.DataColumn("编号", typeof(string), null, global::System.Data.MappingType.Element);
  558.                 base.Columns.Add(this.column编号);
  559.                 this.column名称 = new global::System.Data.DataColumn("名称", typeof(string), null, global::System.Data.MappingType.Element);
  560.                 base.Columns.Add(this.column名称);
  561.                 this.column规格 = new global::System.Data.DataColumn("规格", typeof(string), null, global::System.Data.MappingType.Element);
  562.                 base.Columns.Add(this.column规格);
  563.                 this.column整量单位 = new global::System.Data.DataColumn("整量单位", typeof(string), null, global::System.Data.MappingType.Element);
  564.                 base.Columns.Add(this.column整量单位);
  565.                 this.column散量单位 = new global::System.Data.DataColumn("散量单位", typeof(string), null, global::System.Data.MappingType.Element);
  566.                 base.Columns.Add(this.column散量单位);
  567.                 this.column入库单价 = new global::System.Data.DataColumn("入库单价", typeof(decimal), null, global::System.Data.MappingType.Element);
  568.                 base.Columns.Add(this.column入库单价);
  569.                 this.column出库单价 = new global::System.Data.DataColumn("出库单价", typeof(decimal), null, global::System.Data.MappingType.Element);
  570.                 base.Columns.Add(this.column出库单价);
  571.                 this.column批发价 = new global::System.Data.DataColumn("批发价", typeof(decimal), null, global::System.Data.MappingType.Element);
  572.                 base.Columns.Add(this.column批发价);
  573.                 this.column整散比 = new global::System.Data.DataColumn("整散比", typeof(decimal), null, global::System.Data.MappingType.Element);
  574.                 base.Columns.Add(this.column整散比);
  575.                 this.column分类 = new global::System.Data.DataColumn("分类", typeof(string), null, global::System.Data.MappingType.Element);
  576.                 base.Columns.Add(this.column分类);
  577.                 this.column费用归类 = new global::System.Data.DataColumn("费用归类", typeof(string), null, global::System.Data.MappingType.Element);
  578.                 base.Columns.Add(this.column费用归类);
  579.                 this.column拼音码 = new global::System.Data.DataColumn("拼音码", typeof(string), null, global::System.Data.MappingType.Element);
  580.                 base.Columns.Add(this.column拼音码);
  581.                 this.column效期 = new global::System.Data.DataColumn("效期", typeof(int), null, global::System.Data.MappingType.Element);
  582.                 base.Columns.Add(this.column效期);
  583.                 this.column上限 = new global::System.Data.DataColumn("上限", typeof(decimal), null, global::System.Data.MappingType.Element);
  584.                 base.Columns.Add(this.column上限);
  585.                 this.column下限 = new global::System.Data.DataColumn("下限", typeof(decimal), null, global::System.Data.MappingType.Element);
  586.                 base.Columns.Add(this.column下限);
  587.                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
  588.                                 this.column编号}, true));
  589.                 this.column编号.AllowDBNull = false;
  590.                 this.column编号.Unique = true;
  591.             }
  592.             
  593.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  594.             public 药品资料Row New药品资料Row() {
  595.                 return ((药品资料Row)(this.NewRow()));
  596.             }
  597.             
  598.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  599.             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
  600.                 return new 药品资料Row(builder);
  601.             }
  602.             
  603.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  604.             protected override global::System.Type GetRowType() {
  605.                 return typeof(药品资料Row);
  606.             }
  607.             
  608.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  609.             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
  610.                 base.OnRowChanged(e);
  611.                 if ((this.药品资料RowChanged != null)) {
  612.                     this.药品资料RowChanged(this, new 药品资料RowChangeEvent(((药品资料Row)(e.Row)), e.Action));
  613.                 }
  614.             }
  615.             
  616.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  617.             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
  618.                 base.OnRowChanging(e);
  619.                 if ((this.药品资料RowChanging != null)) {
  620.                     this.药品资料RowChanging(this, new 药品资料RowChangeEvent(((药品资料Row)(e.Row)), e.Action));
  621.                 }
  622.             }
  623.             
  624.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  625.             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
  626.                 base.OnRowDeleted(e);
  627.                 if ((this.药品资料RowDeleted != null)) {
  628.                     this.药品资料RowDeleted(this, new 药品资料RowChangeEvent(((药品资料Row)(e.Row)), e.Action));
  629.                 }
  630.             }
  631.             
  632.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  633.             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
  634.                 base.OnRowDeleting(e);
  635.                 if ((this.药品资料RowDeleting != null)) {
  636.                     this.药品资料RowDeleting(this, new 药品资料RowChangeEvent(((药品资料Row)(e.Row)), e.Action));
  637.                 }
  638.             }
  639.             
  640.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  641.             public void Remove药品资料Row(药品资料Row row) {
  642.                 this.Rows.Remove(row);
  643.             }
  644.             
  645.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  646.             public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
  647.                 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
  648.                 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
  649.                 DataSet1 ds = new DataSet1();
  650.                 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
  651.                 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
  652.                 any1.MinOccurs = new decimal(0);
  653.                 any1.MaxOccurs = decimal.MaxValue;
  654.                 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
  655.                 sequence.Items.Add(any1);
  656.                 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
  657.                 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
  658.                 any2.MinOccurs = new decimal(1);
  659.                 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
  660.                 sequence.Items.Add(any2);
  661.                 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
  662.                 attribute1.Name = "namespace";
  663.                 attribute1.FixedValue = ds.Namespace;
  664.                 type.Attributes.Add(attribute1);
  665.                 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
  666.                 attribute2.Name = "tableTypeName";
  667.                 attribute2.FixedValue = "药品资料DataTable";
  668.                 type.Attributes.Add(attribute2);
  669.                 type.Particle = sequence;
  670.                 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
  671.                 if (xs.Contains(dsSchema.TargetNamespace)) {
  672.                     global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
  673.                     global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
  674.                     try {
  675.                         global::System.Xml.Schema.XmlSchema schema = null;
  676.                         dsSchema.Write(s1);
  677.                         for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
  678.                             schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
  679.                             s2.SetLength(0);
  680.                             schema.Write(s2);
  681.                             if ((s1.Length == s2.Length)) {
  682.                                 s1.Position = 0;
  683.                                 s2.Position = 0;
  684.                                 for (; ((s1.Position != s1.Length) 
  685.                                             && (s1.ReadByte() == s2.ReadByte())); ) {
  686.                                     ;
  687.                                 }
  688.                                 if ((s1.Position == s1.Length)) {
  689.                                     return type;
  690.                                 }
  691.                             }
  692.                         }
  693.                     }
  694.                     finally {
  695.                         if ((s1 != null)) {
  696.                             s1.Close();
  697.                         }
  698.                         if ((s2 != null)) {
  699.                             s2.Close();
  700.                         }
  701.                     }
  702.                 }
  703.                 xs.Add(dsSchema);
  704.                 return type;
  705.             }
  706.         }
  707.         
  708.         /// <summary>
  709.         ///Represents the strongly named DataTable class.
  710.         ///</summary>
  711.         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
  712.         [global::System.Serializable()]
  713.         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
  714.         public partial class 门诊收费项目DataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
  715.             
  716.             private global::System.Data.DataColumn column编号;
  717.             
  718.             private global::System.Data.DataColumn column名称;
  719.             
  720.             private global::System.Data.DataColumn column拼音码;
  721.             
  722.             private global::System.Data.DataColumn column费用;
  723.             
  724.             private global::System.Data.DataColumn column费用分类;
  725.             
  726.             private global::System.Data.DataColumn column病种分类;
  727.             
  728.             private global::System.Data.DataColumn column备注;
  729.             
  730.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  731.             public 门诊收费项目DataTable() {
  732.                 this.TableName = "门诊收费项目";
  733.                 this.BeginInit();
  734.                 this.InitClass();
  735.                 this.EndInit();
  736.             }
  737.             
  738.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  739.             internal 门诊收费项目DataTable(global::System.Data.DataTable table) {
  740.                 this.TableName = table.TableName;
  741.                 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
  742.                     this.CaseSensitive = table.CaseSensitive;
  743.                 }
  744.                 if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
  745.                     this.Locale = table.Locale;
  746.                 }
  747.                 if ((table.Namespace != table.DataSet.Namespace)) {
  748.                     this.Namespace = table.Namespace;
  749.                 }
  750.                 this.Prefix = table.Prefix;
  751.                 this.MinimumCapacity = table.MinimumCapacity;
  752.             }
  753.             
  754.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  755.             protected 门诊收费项目DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
  756.                     base(info, context) {
  757.                 this.InitVars();
  758.             }
  759.             
  760.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  761.             public global::System.Data.DataColumn 编号Column {
  762.                 get {
  763.                     return this.column编号;
  764.                 }
  765.             }
  766.             
  767.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  768.             public global::System.Data.DataColumn 名称Column {
  769.                 get {
  770.                     return this.column名称;
  771.                 }
  772.             }
  773.             
  774.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  775.             public global::System.Data.DataColumn 拼音码Column {
  776.                 get {
  777.                     return this.column拼音码;
  778.                 }
  779.             }
  780.             
  781.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  782.             public global::System.Data.DataColumn 费用Column {
  783.                 get {
  784.                     return this.column费用;
  785.                 }
  786.             }
  787.             
  788.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  789.             public global::System.Data.DataColumn 费用分类Column {
  790.                 get {
  791.                     return this.column费用分类;
  792.                 }
  793.             }
  794.             
  795.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  796.             public global::System.Data.DataColumn 病种分类Column {
  797.                 get {
  798.                     return this.column病种分类;
  799.                 }
  800.             }
  801.             
  802.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  803.             public global::System.Data.DataColumn 备注Column {
  804.                 get {
  805.                     return this.column备注;
  806.                 }
  807.             }
  808.             
  809.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  810.             [global::System.ComponentModel.Browsable(false)]
  811.             public int Count {
  812.                 get {
  813.                     return this.Rows.Count;
  814.                 }
  815.             }
  816.             
  817.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  818.             public 门诊收费项目Row this[int index] {
  819.                 get {
  820.                     return ((门诊收费项目Row)(this.Rows[index]));
  821.                 }
  822.             }
  823.             
  824.             public event 门诊收费项目RowChangeEventHandler 门诊收费项目RowChanging;
  825.             
  826.             public event 门诊收费项目RowChangeEventHandler 门诊收费项目RowChanged;
  827.             
  828.             public event 门诊收费项目RowChangeEventHandler 门诊收费项目RowDeleting;
  829.             
  830.             public event 门诊收费项目RowChangeEventHandler 门诊收费项目RowDeleted;
  831.             
  832.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  833.             public void Add门诊收费项目Row(门诊收费项目Row row) {
  834.                 this.Rows.Add(row);
  835.             }
  836.             
  837.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  838.             public 门诊收费项目Row Add门诊收费项目Row(string 编号, string 名称, string 拼音码, decimal 费用, string 费用分类, string 病种分类, string 备注) {
  839.                 门诊收费项目Row row门诊收费项目Row = ((门诊收费项目Row)(this.NewRow()));
  840.                 object[] columnValuesArray = new object[] {
  841.                         编号,
  842.                         名称,
  843.                         拼音码,
  844.                         费用,
  845.                         费用分类,
  846.                         病种分类,
  847.                         备注};
  848.                 row门诊收费项目Row.ItemArray = columnValuesArray;
  849.                 this.Rows.Add(row门诊收费项目Row);
  850.                 return row门诊收费项目Row;
  851.             }
  852.             
  853.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  854.             public 门诊收费项目Row FindBy编号(string 编号) {
  855.                 return ((门诊收费项目Row)(this.Rows.Find(new object[] {
  856.                             编号})));
  857.             }
  858.             
  859.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  860.             public virtual global::System.Collections.IEnumerator GetEnumerator() {
  861.                 return this.Rows.GetEnumerator();
  862.             }
  863.             
  864.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  865.             public override global::System.Data.DataTable Clone() {
  866.                 门诊收费项目DataTable cln = ((门诊收费项目DataTable)(base.Clone()));
  867.                 cln.InitVars();
  868.                 return cln;
  869.             }
  870.             
  871.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  872.             protected override global::System.Data.DataTable CreateInstance() {
  873.                 return new 门诊收费项目DataTable();
  874.             }
  875.             
  876.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  877.             internal void InitVars() {
  878.                 this.column编号 = base.Columns["编号"];
  879.                 this.column名称 = base.Columns["名称"];
  880.                 this.column拼音码 = base.Columns["拼音码"];
  881.                 this.column费用 = base.Columns["费用"];
  882.                 this.column费用分类 = base.Columns["费用分类"];
  883.                 this.column病种分类 = base.Columns["病种分类"];
  884.                 this.column备注 = base.Columns["备注"];
  885.             }
  886.             
  887.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  888.             private void InitClass() {
  889.                 this.column编号 = new global::System.Data.DataColumn("编号", typeof(string), null, global::System.Data.MappingType.Element);
  890.                 base.Columns.Add(this.column编号);
  891.                 this.column名称 = new global::System.Data.DataColumn("名称", typeof(string), null, global::System.Data.MappingType.Element);
  892.                 base.Columns.Add(this.column名称);
  893.                 this.column拼音码 = new global::System.Data.DataColumn("拼音码", typeof(string), null, global::System.Data.MappingType.Element);
  894.                 base.Columns.Add(this.column拼音码);
  895.                 this.column费用 = new global::System.Data.DataColumn("费用", typeof(decimal), null, global::System.Data.MappingType.Element);
  896.                 base.Columns.Add(this.column费用);
  897.                 this.column费用分类 = new global::System.Data.DataColumn("费用分类", typeof(string), null, global::System.Data.MappingType.Element);
  898.                 base.Columns.Add(this.column费用分类);
  899.                 this.column病种分类 = new global::System.Data.DataColumn("病种分类", typeof(string), null, global::System.Data.MappingType.Element);
  900.                 base.Columns.Add(this.column病种分类);
  901.                 this.column备注 = new global::System.Data.DataColumn("备注", typeof(string), null, global::System.Data.MappingType.Element);
  902.                 base.Columns.Add(this.column备注);
  903.                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
  904.                                 this.column编号}, true));
  905.                 this.column编号.AllowDBNull = false;
  906.                 this.column编号.Unique = true;
  907.             }
  908.             
  909.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  910.             public 门诊收费项目Row New门诊收费项目Row() {
  911.                 return ((门诊收费项目Row)(this.NewRow()));
  912.             }
  913.             
  914.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  915.             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
  916.                 return new 门诊收费项目Row(builder);
  917.             }
  918.             
  919.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  920.             protected override global::System.Type GetRowType() {
  921.                 return typeof(门诊收费项目Row);
  922.             }
  923.             
  924.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  925.             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
  926.                 base.OnRowChanged(e);
  927.                 if ((this.门诊收费项目RowChanged != null)) {
  928.                     this.门诊收费项目RowChanged(this, new 门诊收费项目RowChangeEvent(((门诊收费项目Row)(e.Row)), e.Action));
  929.                 }
  930.             }
  931.             
  932.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  933.             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
  934.                 base.OnRowChanging(e);
  935.                 if ((this.门诊收费项目RowChanging != null)) {
  936.                     this.门诊收费项目RowChanging(this, new 门诊收费项目RowChangeEvent(((门诊收费项目Row)(e.Row)), e.Action));
  937.                 }
  938.             }
  939.             
  940.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  941.             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
  942.                 base.OnRowDeleted(e);
  943.                 if ((this.门诊收费项目RowDeleted != null)) {
  944.                     this.门诊收费项目RowDeleted(this, new 门诊收费项目RowChangeEvent(((门诊收费项目Row)(e.Row)), e.Action));
  945.                 }
  946.             }
  947.             
  948.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  949.             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
  950.                 base.OnRowDeleting(e);
  951.                 if ((this.门诊收费项目RowDeleting != null)) {
  952.                     this.门诊收费项目RowDeleting(this, new 门诊收费项目RowChangeEvent(((门诊收费项目Row)(e.Row)), e.Action));
  953.                 }
  954.             }
  955.             
  956.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  957.             public void Remove门诊收费项目Row(门诊收费项目Row row) {
  958.                 this.Rows.Remove(row);
  959.             }
  960.             
  961.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  962.             public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
  963.                 global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
  964.                 global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
  965.                 DataSet1 ds = new DataSet1();
  966.                 global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
  967.                 any1.Namespace = "http://www.w3.org/2001/XMLSchema";
  968.                 any1.MinOccurs = new decimal(0);
  969.                 any1.MaxOccurs = decimal.MaxValue;
  970.                 any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
  971.                 sequence.Items.Add(any1);
  972.                 global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
  973.                 any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
  974.                 any2.MinOccurs = new decimal(1);
  975.                 any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
  976.                 sequence.Items.Add(any2);
  977.                 global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
  978.                 attribute1.Name = "namespace";
  979.                 attribute1.FixedValue = ds.Namespace;
  980.                 type.Attributes.Add(attribute1);
  981.                 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
  982.                 attribute2.Name = "tableTypeName";
  983.                 attribute2.FixedValue = "门诊收费项目DataTable";
  984.                 type.Attributes.Add(attribute2);
  985.                 type.Particle = sequence;
  986.                 global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
  987.                 if (xs.Contains(dsSchema.TargetNamespace)) {
  988.                     global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
  989.                     global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
  990.                     try {
  991.                         global::System.Xml.Schema.XmlSchema schema = null;
  992.                         dsSchema.Write(s1);
  993.                         for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
  994.                             schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
  995.                             s2.SetLength(0);
  996.                             schema.Write(s2);
  997.                             if ((s1.Length == s2.Length)) {
  998.                                 s1.Position = 0;
  999.                                 s2.Position = 0;
  1000.                                 for (; ((s1.Position != s1.Length) 
  1001.                                             && (s1.ReadByte() == s2.ReadByte())); ) {
  1002.                                     ;
  1003.                                 }
  1004.                                 if ((s1.Position == s1.Length)) {
  1005.                                     return type;
  1006.                                 }
  1007.                             }
  1008.                         }
  1009.                     }
  1010.                     finally {
  1011.                         if ((s1 != null)) {
  1012.                             s1.Close();
  1013.                         }
  1014.                         if ((s2 != null)) {
  1015.                             s2.Close();
  1016.                         }
  1017.                     }
  1018.                 }
  1019.                 xs.Add(dsSchema);
  1020.                 return type;
  1021.             }
  1022.         }
  1023.         
  1024.         /// <summary>
  1025.         ///Represents strongly named DataRow class.
  1026.         ///</summary>
  1027.         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
  1028.         public partial class 药品资料Row : global::System.Data.DataRow {
  1029.             
  1030.             private 药品资料DataTable table药品资料;
  1031.             
  1032.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1033.             internal 药品资料Row(global::System.Data.DataRowBuilder rb) : 
  1034.                     base(rb) {
  1035.                 this.table药品资料 = ((药品资料DataTable)(this.Table));
  1036.             }
  1037.             
  1038.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1039.             public string 编号 {
  1040.                 get {
  1041.                     return ((string)(this[this.table药品资料.编号Column]));
  1042.                 }
  1043.                 set {
  1044.                     this[this.table药品资料.编号Column] = value;
  1045.                 }
  1046.             }
  1047.             
  1048.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1049.             public string 名称 {
  1050.                 get {
  1051.                     try {
  1052.                         return ((string)(this[this.table药品资料.名称Column]));
  1053.                     }
  1054.                     catch (global::System.InvalidCastException e) {
  1055.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“名称”的值为 DBNull。", e);
  1056.                     }
  1057.                 }
  1058.                 set {
  1059.                     this[this.table药品资料.名称Column] = value;
  1060.                 }
  1061.             }
  1062.             
  1063.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1064.             public string 规格 {
  1065.                 get {
  1066.                     try {
  1067.                         return ((string)(this[this.table药品资料.规格Column]));
  1068.                     }
  1069.                     catch (global::System.InvalidCastException e) {
  1070.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“规格”的值为 DBNull。", e);
  1071.                     }
  1072.                 }
  1073.                 set {
  1074.                     this[this.table药品资料.规格Column] = value;
  1075.                 }
  1076.             }
  1077.             
  1078.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1079.             public string 整量单位 {
  1080.                 get {
  1081.                     try {
  1082.                         return ((string)(this[this.table药品资料.整量单位Column]));
  1083.                     }
  1084.                     catch (global::System.InvalidCastException e) {
  1085.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“整量单位”的值为 DBNull。", e);
  1086.                     }
  1087.                 }
  1088.                 set {
  1089.                     this[this.table药品资料.整量单位Column] = value;
  1090.                 }
  1091.             }
  1092.             
  1093.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1094.             public string 散量单位 {
  1095.                 get {
  1096.                     try {
  1097.                         return ((string)(this[this.table药品资料.散量单位Column]));
  1098.                     }
  1099.                     catch (global::System.InvalidCastException e) {
  1100.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“散量单位”的值为 DBNull。", e);
  1101.                     }
  1102.                 }
  1103.                 set {
  1104.                     this[this.table药品资料.散量单位Column] = value;
  1105.                 }
  1106.             }
  1107.             
  1108.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1109.             public decimal 入库单价 {
  1110.                 get {
  1111.                     try {
  1112.                         return ((decimal)(this[this.table药品资料.入库单价Column]));
  1113.                     }
  1114.                     catch (global::System.InvalidCastException e) {
  1115.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“入库单价”的值为 DBNull。", e);
  1116.                     }
  1117.                 }
  1118.                 set {
  1119.                     this[this.table药品资料.入库单价Column] = value;
  1120.                 }
  1121.             }
  1122.             
  1123.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1124.             public decimal 出库单价 {
  1125.                 get {
  1126.                     try {
  1127.                         return ((decimal)(this[this.table药品资料.出库单价Column]));
  1128.                     }
  1129.                     catch (global::System.InvalidCastException e) {
  1130.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“出库单价”的值为 DBNull。", e);
  1131.                     }
  1132.                 }
  1133.                 set {
  1134.                     this[this.table药品资料.出库单价Column] = value;
  1135.                 }
  1136.             }
  1137.             
  1138.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1139.             public decimal 批发价 {
  1140.                 get {
  1141.                     try {
  1142.                         return ((decimal)(this[this.table药品资料.批发价Column]));
  1143.                     }
  1144.                     catch (global::System.InvalidCastException e) {
  1145.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“批发价”的值为 DBNull。", e);
  1146.                     }
  1147.                 }
  1148.                 set {
  1149.                     this[this.table药品资料.批发价Column] = value;
  1150.                 }
  1151.             }
  1152.             
  1153.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1154.             public decimal 整散比 {
  1155.                 get {
  1156.                     try {
  1157.                         return ((decimal)(this[this.table药品资料.整散比Column]));
  1158.                     }
  1159.                     catch (global::System.InvalidCastException e) {
  1160.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“整散比”的值为 DBNull。", e);
  1161.                     }
  1162.                 }
  1163.                 set {
  1164.                     this[this.table药品资料.整散比Column] = value;
  1165.                 }
  1166.             }
  1167.             
  1168.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1169.             public string 分类 {
  1170.                 get {
  1171.                     try {
  1172.                         return ((string)(this[this.table药品资料.分类Column]));
  1173.                     }
  1174.                     catch (global::System.InvalidCastException e) {
  1175.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“分类”的值为 DBNull。", e);
  1176.                     }
  1177.                 }
  1178.                 set {
  1179.                     this[this.table药品资料.分类Column] = value;
  1180.                 }
  1181.             }
  1182.             
  1183.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1184.             public string 费用归类 {
  1185.                 get {
  1186.                     try {
  1187.                         return ((string)(this[this.table药品资料.费用归类Column]));
  1188.                     }
  1189.                     catch (global::System.InvalidCastException e) {
  1190.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“费用归类”的值为 DBNull。", e);
  1191.                     }
  1192.                 }
  1193.                 set {
  1194.                     this[this.table药品资料.费用归类Column] = value;
  1195.                 }
  1196.             }
  1197.             
  1198.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1199.             public string 拼音码 {
  1200.                 get {
  1201.                     try {
  1202.                         return ((string)(this[this.table药品资料.拼音码Column]));
  1203.                     }
  1204.                     catch (global::System.InvalidCastException e) {
  1205.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“拼音码”的值为 DBNull。", e);
  1206.                     }
  1207.                 }
  1208.                 set {
  1209.                     this[this.table药品资料.拼音码Column] = value;
  1210.                 }
  1211.             }
  1212.             
  1213.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1214.             public int 效期 {
  1215.                 get {
  1216.                     try {
  1217.                         return ((int)(this[this.table药品资料.效期Column]));
  1218.                     }
  1219.                     catch (global::System.InvalidCastException e) {
  1220.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“效期”的值为 DBNull。", e);
  1221.                     }
  1222.                 }
  1223.                 set {
  1224.                     this[this.table药品资料.效期Column] = value;
  1225.                 }
  1226.             }
  1227.             
  1228.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1229.             public decimal 上限 {
  1230.                 get {
  1231.                     try {
  1232.                         return ((decimal)(this[this.table药品资料.上限Column]));
  1233.                     }
  1234.                     catch (global::System.InvalidCastException e) {
  1235.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“上限”的值为 DBNull。", e);
  1236.                     }
  1237.                 }
  1238.                 set {
  1239.                     this[this.table药品资料.上限Column] = value;
  1240.                 }
  1241.             }
  1242.             
  1243.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1244.             public decimal 下限 {
  1245.                 get {
  1246.                     try {
  1247.                         return ((decimal)(this[this.table药品资料.下限Column]));
  1248.                     }
  1249.                     catch (global::System.InvalidCastException e) {
  1250.                         throw new global::System.Data.StrongTypingException("表“药品资料”中列“下限”的值为 DBNull。", e);
  1251.                     }
  1252.                 }
  1253.                 set {
  1254.                     this[this.table药品资料.下限Column] = value;
  1255.                 }
  1256.             }
  1257.             
  1258.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1259.             public bool Is名称Null() {
  1260.                 return this.IsNull(this.table药品资料.名称Column);
  1261.             }
  1262.             
  1263.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1264.             public void Set名称Null() {
  1265.                 this[this.table药品资料.名称Column] = global::System.Convert.DBNull;
  1266.             }
  1267.             
  1268.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1269.             public bool Is规格Null() {
  1270.                 return this.IsNull(this.table药品资料.规格Column);
  1271.             }
  1272.             
  1273.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1274.             public void Set规格Null() {
  1275.                 this[this.table药品资料.规格Column] = global::System.Convert.DBNull;
  1276.             }
  1277.             
  1278.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1279.             public bool Is整量单位Null() {
  1280.                 return this.IsNull(this.table药品资料.整量单位Column);
  1281.             }
  1282.             
  1283.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1284.             public void Set整量单位Null() {
  1285.                 this[this.table药品资料.整量单位Column] = global::System.Convert.DBNull;
  1286.             }
  1287.             
  1288.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1289.             public bool Is散量单位Null() {
  1290.                 return this.IsNull(this.table药品资料.散量单位Column);
  1291.             }
  1292.             
  1293.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1294.             public void Set散量单位Null() {
  1295.                 this[this.table药品资料.散量单位Column] = global::System.Convert.DBNull;
  1296.             }
  1297.             
  1298.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1299.             public bool Is入库单价Null() {
  1300.                 return this.IsNull(this.table药品资料.入库单价Column);
  1301.             }
  1302.             
  1303.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1304.             public void Set入库单价Null() {
  1305.                 this[this.table药品资料.入库单价Column] = global::System.Convert.DBNull;
  1306.             }
  1307.             
  1308.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1309.             public bool Is出库单价Null() {
  1310.                 return this.IsNull(this.table药品资料.出库单价Column);
  1311.             }
  1312.             
  1313.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1314.             public void Set出库单价Null() {
  1315.                 this[this.table药品资料.出库单价Column] = global::System.Convert.DBNull;
  1316.             }
  1317.             
  1318.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1319.             public bool Is批发价Null() {
  1320.                 return this.IsNull(this.table药品资料.批发价Column);
  1321.             }
  1322.             
  1323.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1324.             public void Set批发价Null() {
  1325.                 this[this.table药品资料.批发价Column] = global::System.Convert.DBNull;
  1326.             }
  1327.             
  1328.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1329.             public bool Is整散比Null() {
  1330.                 return this.IsNull(this.table药品资料.整散比Column);
  1331.             }
  1332.             
  1333.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1334.             public void Set整散比Null() {
  1335.                 this[this.table药品资料.整散比Column] = global::System.Convert.DBNull;
  1336.             }
  1337.             
  1338.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1339.             public bool Is分类Null() {
  1340.                 return this.IsNull(this.table药品资料.分类Column);
  1341.             }
  1342.             
  1343.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1344.             public void Set分类Null() {
  1345.                 this[this.table药品资料.分类Column] = global::System.Convert.DBNull;
  1346.             }
  1347.             
  1348.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1349.             public bool Is费用归类Null() {
  1350.                 return this.IsNull(this.table药品资料.费用归类Column);
  1351.             }
  1352.             
  1353.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1354.             public void Set费用归类Null() {
  1355.                 this[this.table药品资料.费用归类Column] = global::System.Convert.DBNull;
  1356.             }
  1357.             
  1358.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1359.             public bool Is拼音码Null() {
  1360.                 return this.IsNull(this.table药品资料.拼音码Column);
  1361.             }
  1362.             
  1363.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1364.             public void Set拼音码Null() {
  1365.                 this[this.table药品资料.拼音码Column] = global::System.Convert.DBNull;
  1366.             }
  1367.             
  1368.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1369.             public bool Is效期Null() {
  1370.                 return this.IsNull(this.table药品资料.效期Column);
  1371.             }
  1372.             
  1373.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1374.             public void Set效期Null() {
  1375.                 this[this.table药品资料.效期Column] = global::System.Convert.DBNull;
  1376.             }
  1377.             
  1378.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1379.             public bool Is上限Null() {
  1380.                 return this.IsNull(this.table药品资料.上限Column);
  1381.             }
  1382.             
  1383.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1384.             public void Set上限Null() {
  1385.                 this[this.table药品资料.上限Column] = global::System.Convert.DBNull;
  1386.             }
  1387.             
  1388.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1389.             public bool Is下限Null() {
  1390.                 return this.IsNull(this.table药品资料.下限Column);
  1391.             }
  1392.             
  1393.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1394.             public void Set下限Null() {
  1395.                 this[this.table药品资料.下限Column] = global::System.Convert.DBNull;
  1396.             }
  1397.         }
  1398.         
  1399.         /// <summary>
  1400.         ///Represents strongly named DataRow class.
  1401.         ///</summary>
  1402.         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
  1403.         public partial class 门诊收费项目Row : global::System.Data.DataRow {
  1404.             
  1405.             private 门诊收费项目DataTable table门诊收费项目;
  1406.             
  1407.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1408.             internal 门诊收费项目Row(global::System.Data.DataRowBuilder rb) : 
  1409.                     base(rb) {
  1410.                 this.table门诊收费项目 = ((门诊收费项目DataTable)(this.Table));
  1411.             }
  1412.             
  1413.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1414.             public string 编号 {
  1415.                 get {
  1416.                     return ((string)(this[this.table门诊收费项目.编号Column]));
  1417.                 }
  1418.                 set {
  1419.                     this[this.table门诊收费项目.编号Column] = value;
  1420.                 }
  1421.             }
  1422.             
  1423.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1424.             public string 名称 {
  1425.                 get {
  1426.                     try {
  1427.                         return ((string)(this[this.table门诊收费项目.名称Column]));
  1428.                     }
  1429.                     catch (global::System.InvalidCastException e) {
  1430.                         throw new global::System.Data.StrongTypingException("表“门诊收费项目”中列“名称”的值为 DBNull。", e);
  1431.                     }
  1432.                 }
  1433.                 set {
  1434.                     this[this.table门诊收费项目.名称Column] = value;
  1435.                 }
  1436.             }
  1437.             
  1438.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1439.             public string 拼音码 {
  1440.                 get {
  1441.                     try {
  1442.                         return ((string)(this[this.table门诊收费项目.拼音码Column]));
  1443.                     }
  1444.                     catch (global::System.InvalidCastException e) {
  1445.                         throw new global::System.Data.StrongTypingException("表“门诊收费项目”中列“拼音码”的值为 DBNull。", e);
  1446.                     }
  1447.                 }
  1448.                 set {
  1449.                     this[this.table门诊收费项目.拼音码Column] = value;
  1450.                 }
  1451.             }
  1452.             
  1453.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1454.             public decimal 费用 {
  1455.                 get {
  1456.                     try {
  1457.                         return ((decimal)(this[this.table门诊收费项目.费用Column]));
  1458.                     }
  1459.                     catch (global::System.InvalidCastException e) {
  1460.                         throw new global::System.Data.StrongTypingException("表“门诊收费项目”中列“费用”的值为 DBNull。", e);
  1461.                     }
  1462.                 }
  1463.                 set {
  1464.                     this[this.table门诊收费项目.费用Column] = value;
  1465.                 }
  1466.             }
  1467.             
  1468.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1469.             public string 费用分类 {
  1470.                 get {
  1471.                     try {
  1472.                         return ((string)(this[this.table门诊收费项目.费用分类Column]));
  1473.                     }
  1474.                     catch (global::System.InvalidCastException e) {
  1475.                         throw new global::System.Data.StrongTypingException("表“门诊收费项目”中列“费用分类”的值为 DBNull。", e);
  1476.                     }
  1477.                 }
  1478.                 set {
  1479.                     this[this.table门诊收费项目.费用分类Column] = value;
  1480.                 }
  1481.             }
  1482.             
  1483.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1484.             public string 病种分类 {
  1485.                 get {
  1486.                     try {
  1487.                         return ((string)(this[this.table门诊收费项目.病种分类Column]));
  1488.                     }
  1489.                     catch (global::System.InvalidCastException e) {
  1490.                         throw new global::System.Data.StrongTypingException("表“门诊收费项目”中列“病种分类”的值为 DBNull。", e);
  1491.                     }
  1492.                 }
  1493.                 set {
  1494.                     this[this.table门诊收费项目.病种分类Column] = value;
  1495.                 }
  1496.             }
  1497.             
  1498.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1499.             public string 备注 {
  1500.                 get {
  1501.                     try {
  1502.                         return ((string)(this[this.table门诊收费项目.备注Column]));
  1503.                     }
  1504.                     catch (global::System.InvalidCastException e) {
  1505.                         throw new global::System.Data.StrongTypingException("表“门诊收费项目”中列“备注”的值为 DBNull。", e);
  1506.                     }
  1507.                 }
  1508.                 set {
  1509.                     this[this.table门诊收费项目.备注Column] = value;
  1510.                 }
  1511.             }
  1512.             
  1513.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1514.             public bool Is名称Null() {
  1515.                 return this.IsNull(this.table门诊收费项目.名称Column);
  1516.             }
  1517.             
  1518.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1519.             public void Set名称Null() {
  1520.                 this[this.table门诊收费项目.名称Column] = global::System.Convert.DBNull;
  1521.             }
  1522.             
  1523.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1524.             public bool Is拼音码Null() {
  1525.                 return this.IsNull(this.table门诊收费项目.拼音码Column);
  1526.             }
  1527.             
  1528.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1529.             public void Set拼音码Null() {
  1530.                 this[this.table门诊收费项目.拼音码Column] = global::System.Convert.DBNull;
  1531.             }
  1532.             
  1533.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1534.             public bool Is费用Null() {
  1535.                 return this.IsNull(this.table门诊收费项目.费用Column);
  1536.             }
  1537.             
  1538.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1539.             public void Set费用Null() {
  1540.                 this[this.table门诊收费项目.费用Column] = global::System.Convert.DBNull;
  1541.             }
  1542.             
  1543.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1544.             public bool Is费用分类Null() {
  1545.                 return this.IsNull(this.table门诊收费项目.费用分类Column);
  1546.             }
  1547.             
  1548.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1549.             public void Set费用分类Null() {
  1550.                 this[this.table门诊收费项目.费用分类Column] = global::System.Convert.DBNull;
  1551.             }
  1552.             
  1553.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1554.             public bool Is病种分类Null() {
  1555.                 return this.IsNull(this.table门诊收费项目.病种分类Column);
  1556.             }
  1557.             
  1558.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1559.             public void Set病种分类Null() {
  1560.                 this[this.table门诊收费项目.病种分类Column] = global::System.Convert.DBNull;
  1561.             }
  1562.             
  1563.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1564.             public bool Is备注Null() {
  1565.                 return this.IsNull(this.table门诊收费项目.备注Column);
  1566.             }
  1567.             
  1568.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1569.             public void Set备注Null() {
  1570.                 this[this.table门诊收费项目.备注Column] = global::System.Convert.DBNull;
  1571.             }
  1572.         }
  1573.         
  1574.         /// <summary>
  1575.         ///Row event argument class
  1576.         ///</summary>
  1577.         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
  1578.         public class 药品资料RowChangeEvent : global::System.EventArgs {
  1579.             
  1580.             private 药品资料Row eventRow;
  1581.             
  1582.             private global::System.Data.DataRowAction eventAction;
  1583.             
  1584.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1585.             public 药品资料RowChangeEvent(药品资料Row row, global::System.Data.DataRowAction action) {
  1586.                 this.eventRow = row;
  1587.                 this.eventAction = action;
  1588.             }
  1589.             
  1590.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1591.             public 药品资料Row Row {
  1592.                 get {
  1593.                     return this.eventRow;
  1594.                 }
  1595.             }
  1596.             
  1597.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1598.             public global::System.Data.DataRowAction Action {
  1599.                 get {
  1600.                     return this.eventAction;
  1601.                 }
  1602.             }
  1603.         }
  1604.         
  1605.         /// <summary>
  1606.         ///Row event argument class
  1607.         ///</summary>
  1608.         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
  1609.         public class 门诊收费项目RowChangeEvent : global::System.EventArgs {
  1610.             
  1611.             private 门诊收费项目Row eventRow;
  1612.             
  1613.             private global::System.Data.DataRowAction eventAction;
  1614.             
  1615.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1616.             public 门诊收费项目RowChangeEvent(门诊收费项目Row row, global::System.Data.DataRowAction action) {
  1617.                 this.eventRow = row;
  1618.                 this.eventAction = action;
  1619.             }
  1620.             
  1621.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1622.             public 门诊收费项目Row Row {
  1623.                 get {
  1624.                     return this.eventRow;
  1625.                 }
  1626.             }
  1627.             
  1628.             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  1629.             public global::System.Data.DataRowAction Action {
  1630.                 get {
  1631.                     return this.eventAction;
  1632.                 }
  1633.             }
  1634.         }
  1635.     }
  1636. }
  1637. #pragma warning restore 1591