Files
lserp_cs_6.0/其他程序/CsHospital/lserp_YLDataSet.xsd
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

151 lines
19 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="lserp_YLDataSet" targetNamespace="http://tempuri.org/lserp_YLDataSet.xsd" xmlns:mstns="http://tempuri.org/lserp_YLDataSet.xsd" xmlns="http://tempuri.org/lserp_YLDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="lserp_YLConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="lserp_YLConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.CsHospital.Properties.Settings.GlobalReference.Default.lserp_YLConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="zy_dm_gxTableAdapter" GeneratorDataComponentClassName="zy_dm_gxTableAdapter" Name="zy_dm_gx" UserDataComponentName="zy_dm_gxTableAdapter">
<MainSource>
<DbSource ConnectionRef="lserp_YLConnectionString (Settings)" DbObjectName="lserp_YL.dbo.zy_dm_gx" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[zy_dm_gx] WHERE (([gxdm] = @Original_gxdm) AND ((@IsNull_gxmc = 1 AND [gxmc] IS NULL) OR ([gxmc] = @Original_gxmc)) AND ((@IsNull_gxdmbz = 1 AND [gxdmbz] IS NULL) OR ([gxdmbz] = @Original_gxdmbz)) AND ((@IsNull_gxpydm = 1 AND [gxpydm] IS NULL) OR ([gxpydm] = @Original_gxpydm)) AND ((@IsNull_gbm = 1 AND [gbm] IS NULL) OR ([gbm] = @Original_gbm)) AND ((@IsNull_hisbm = 1 AND [hisbm] IS NULL) OR ([hisbm] = @Original_hisbm)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_gxdm" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="gxdm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_gxmc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="gxmc" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_gxmc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gxmc" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_gxdmbz" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="gxdmbz" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_gxdmbz" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="gxdmbz" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_gxpydm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="gxpydm" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_gxpydm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gxpydm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_gbm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="gbm" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_gbm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gbm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_hisbm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hisbm" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_hisbm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="hisbm" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[zy_dm_gx] ([gxdm], [gxmc], [gxdmbz], [gxpydm], [gbm], [hisbm]) VALUES (@gxdm, @gxmc, @gxdmbz, @gxpydm, @gbm, @hisbm);
SELECT gxdm, gxmc, gxdmbz, gxpydm, gbm, hisbm FROM zy_dm_gx WHERE (gxdm = @gxdm)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@gxdm" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="gxdm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gxmc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gxmc" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@gxdmbz" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="gxdmbz" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gxpydm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gxpydm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gbm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gbm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@hisbm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="hisbm" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT gxdm, gxmc, gxdmbz, gxpydm, gbm, hisbm FROM dbo.zy_dm_gx</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[zy_dm_gx] SET [gxdm] = @gxdm, [gxmc] = @gxmc, [gxdmbz] = @gxdmbz, [gxpydm] = @gxpydm, [gbm] = @gbm, [hisbm] = @hisbm WHERE (([gxdm] = @Original_gxdm) AND ((@IsNull_gxmc = 1 AND [gxmc] IS NULL) OR ([gxmc] = @Original_gxmc)) AND ((@IsNull_gxdmbz = 1 AND [gxdmbz] IS NULL) OR ([gxdmbz] = @Original_gxdmbz)) AND ((@IsNull_gxpydm = 1 AND [gxpydm] IS NULL) OR ([gxpydm] = @Original_gxpydm)) AND ((@IsNull_gbm = 1 AND [gbm] IS NULL) OR ([gbm] = @Original_gbm)) AND ((@IsNull_hisbm = 1 AND [hisbm] IS NULL) OR ([hisbm] = @Original_hisbm)));
SELECT gxdm, gxmc, gxdmbz, gxpydm, gbm, hisbm FROM zy_dm_gx WHERE (gxdm = @gxdm)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@gxdm" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="gxdm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gxmc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gxmc" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@gxdmbz" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="gxdmbz" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gxpydm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gxpydm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gbm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gbm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@hisbm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="hisbm" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_gxdm" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="gxdm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_gxmc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="gxmc" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_gxmc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gxmc" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_gxdmbz" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="gxdmbz" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_gxdmbz" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="gxdmbz" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_gxpydm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="gxpydm" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_gxpydm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gxpydm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_gbm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="gbm" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_gbm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gbm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_hisbm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hisbm" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_hisbm" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="hisbm" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="gxdm" DataSetColumn="gxdm" />
<Mapping SourceColumn="gxmc" DataSetColumn="gxmc" />
<Mapping SourceColumn="gxdmbz" DataSetColumn="gxdmbz" />
<Mapping SourceColumn="gxpydm" DataSetColumn="gxpydm" />
<Mapping SourceColumn="gbm" DataSetColumn="gbm" />
<Mapping SourceColumn="hisbm" DataSetColumn="hisbm" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="lserp_YLDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="lserp_YLDataSet" msprop:Generator_UserDSName="lserp_YLDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="zy_dm_gx" msprop:Generator_TableClassName="zy_dm_gxDataTable" msprop:Generator_TableVarName="tablezy_dm_gx" msprop:Generator_TablePropName="zy_dm_gx" msprop:Generator_RowDeletingName="zy_dm_gxRowDeleting" msprop:Generator_RowChangingName="zy_dm_gxRowChanging" msprop:Generator_RowEvHandlerName="zy_dm_gxRowChangeEventHandler" msprop:Generator_RowDeletedName="zy_dm_gxRowDeleted" msprop:Generator_UserTableName="zy_dm_gx" msprop:Generator_RowChangedName="zy_dm_gxRowChanged" msprop:Generator_RowEvArgName="zy_dm_gxRowChangeEvent" msprop:Generator_RowClassName="zy_dm_gxRow">
<xs:complexType>
<xs:sequence>
<xs:element name="gxdm" msprop:Generator_ColumnVarNameInTable="columngxdm" msprop:Generator_ColumnPropNameInRow="gxdm" msprop:Generator_ColumnPropNameInTable="gxdmColumn" msprop:Generator_UserColumnName="gxdm">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="gxmc" msprop:Generator_ColumnVarNameInTable="columngxmc" msprop:Generator_ColumnPropNameInRow="gxmc" msprop:Generator_ColumnPropNameInTable="gxmcColumn" msprop:Generator_UserColumnName="gxmc" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="gxdmbz" msprop:Generator_ColumnVarNameInTable="columngxdmbz" msprop:Generator_ColumnPropNameInRow="gxdmbz" msprop:Generator_ColumnPropNameInTable="gxdmbzColumn" msprop:Generator_UserColumnName="gxdmbz" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="gxpydm" msprop:Generator_ColumnVarNameInTable="columngxpydm" msprop:Generator_ColumnPropNameInRow="gxpydm" msprop:Generator_ColumnPropNameInTable="gxpydmColumn" msprop:Generator_UserColumnName="gxpydm" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="gbm" msprop:Generator_ColumnVarNameInTable="columngbm" msprop:Generator_ColumnPropNameInRow="gbm" msprop:Generator_ColumnPropNameInTable="gbmColumn" msprop:Generator_UserColumnName="gbm" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="hisbm" msprop:Generator_ColumnVarNameInTable="columnhisbm" msprop:Generator_ColumnPropNameInRow="hisbm" msprop:Generator_ColumnPropNameInTable="hisbmColumn" msprop:Generator_UserColumnName="hisbm" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:zy_dm_gx" />
<xs:field xpath="mstns:gxdm" />
</xs:unique>
</xs:element>
</xs:schema>