-
Notifications
You must be signed in to change notification settings - Fork 0
/
HCPAppDBDataSet7.xsd
97 lines (97 loc) · 8.85 KB
/
HCPAppDBDataSet7.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="HCPAppDBDataSet7" targetNamespace="http://tempuri.org/HCPAppDBDataSet7.xsd" xmlns:mstns="http://tempuri.org/HCPAppDBDataSet7.xsd" xmlns="http://tempuri.org/HCPAppDBDataSet7.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="HCPAppDBConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="HCPAppDBConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.HCPApp.Properties.Settings.GlobalReference.Default.HCPAppDBConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="diagnosisTableAdapter" GeneratorDataComponentClassName="diagnosisTableAdapter" Name="diagnosis" UserDataComponentName="diagnosisTableAdapter">
<MainSource>
<DbSource ConnectionRef="HCPAppDBConnectionString (Settings)" DbObjectName="HCPAppDB.dbo.diagnosis" 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">
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[diagnosis] ([Id], [PatientID], [Name], [Dignosis], [Date], [Medication]) VALUES (@Id, @PatientID, @Name, @Dignosis, @Date, @Medication)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PatientID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PatientID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Dignosis" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Dignosis" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Medication" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Medication" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT Id, PatientID, Name, Dignosis, Date, Medication FROM dbo.diagnosis</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="Id" DataSetColumn="Id" />
<Mapping SourceColumn="PatientID" DataSetColumn="PatientID" />
<Mapping SourceColumn="Name" DataSetColumn="Name" />
<Mapping SourceColumn="Dignosis" DataSetColumn="Dignosis" />
<Mapping SourceColumn="Date" DataSetColumn="Date" />
<Mapping SourceColumn="Medication" DataSetColumn="Medication" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="HCPAppDBDataSet7" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_UserDSName="HCPAppDBDataSet7" msprop:Generator_DataSetName="HCPAppDBDataSet7">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="diagnosis" msprop:Generator_RowEvHandlerName="diagnosisRowChangeEventHandler" msprop:Generator_RowDeletedName="diagnosisRowDeleted" msprop:Generator_RowDeletingName="diagnosisRowDeleting" msprop:Generator_RowEvArgName="diagnosisRowChangeEvent" msprop:Generator_TablePropName="diagnosis" msprop:Generator_RowChangedName="diagnosisRowChanged" msprop:Generator_RowChangingName="diagnosisRowChanging" msprop:Generator_TableClassName="diagnosisDataTable" msprop:Generator_RowClassName="diagnosisRow" msprop:Generator_TableVarName="tablediagnosis" msprop:Generator_UserTableName="diagnosis">
<xs:complexType>
<xs:sequence>
<xs:element name="Id" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_UserColumnName="Id">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PatientID" msprop:Generator_ColumnPropNameInRow="PatientID" msprop:Generator_ColumnPropNameInTable="PatientIDColumn" msprop:Generator_ColumnVarNameInTable="columnPatientID" msprop:Generator_UserColumnName="PatientID" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Name" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_UserColumnName="Name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Dignosis" msprop:Generator_ColumnPropNameInRow="Dignosis" msprop:Generator_ColumnPropNameInTable="DignosisColumn" msprop:Generator_ColumnVarNameInTable="columnDignosis" msprop:Generator_UserColumnName="Dignosis" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Date" msprop:Generator_ColumnPropNameInRow="Date" msprop:Generator_ColumnPropNameInTable="DateColumn" msprop:Generator_ColumnVarNameInTable="columnDate" msprop:Generator_UserColumnName="Date" type="xs:dateTime" minOccurs="0" />
<xs:element name="Medication" msprop:Generator_ColumnPropNameInRow="Medication" msprop:Generator_ColumnPropNameInTable="MedicationColumn" msprop:Generator_ColumnVarNameInTable="columnMedication" msprop:Generator_UserColumnName="Medication" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>