You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1383 lines
74 KiB

<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- EF Runtime content -->
<edmx:Runtime>
<!-- SSDL content -->
<edmx:StorageModels>
<Schema Namespace="SurgerySchedulingModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
<EntityType Name="Bus_HSPBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="PBID" Type="int" />
<Property Name="HSID" Type="int" />
<Property Name="SSKSSJ" Type="datetime" />
<Property Name="SSJSSJ" Type="datetime" />
<Property Name="SSRQ" Type="datetime" />
<Property Name="SSSC" Type="decimal" Precision="10" Scale="1" />
</EntityType>
<EntityType Name="Bus_MZYSPBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="MZYSID" Type="int" />
<Property Name="SSRQ" Type="datetime" />
<Property Name="SSKSSJ" Type="datetime" />
<Property Name="SSJSSJ" Type="datetime" />
<Property Name="SSSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="PBID" Type="int" />
</EntityType>
<EntityType Name="Bus_PBRZB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SQDH" Type="nvarchar" MaxLength="50" />
<Property Name="CZRYID" Type="int" />
<Property Name="CZSJ" Type="datetime" />
<Property Name="CZLX" Type="int" />
</EntityType>
<EntityType Name="Bus_RJSSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SQDH" Type="nvarchar" MaxLength="50" />
<Property Name="SSKSSJ" Type="datetime" />
<Property Name="SSZSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="SSSID" Type="int" />
<Property Name="ZS1" Type="int" />
<Property Name="ZS2" Type="int" />
<Property Name="ZS3" Type="int" />
<Property Name="MZYS1" Type="int" />
<Property Name="MZYS2" Type="int" />
<Property Name="MZYS3" Type="int" />
<Property Name="XSHS1" Type="int" />
<Property Name="XSHS2" Type="int" />
<Property Name="XHHS1" Type="int" />
<Property Name="XHHS2" Type="int" />
<Property Name="BZ" Type="nvarchar" MaxLength="50" />
<Property Name="PBZT" Type="int" />
<Property Name="ZYH" Type="nvarchar" MaxLength="50" />
<Property Name="HZXM" Type="nvarchar" MaxLength="50" />
<Property Name="KSID" Type="int" />
<Property Name="SQSJ" Type="datetime" />
<Property Name="SQZD" Type="nvarchar" MaxLength="50" />
<Property Name="ZDYS" Type="int" />
<Property Name="SFJZ" Type="bit" />
<Property Name="ZLKH" Type="nvarchar" MaxLength="50" />
<Property Name="QZ" Type="int" />
<Property Name="SSSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="QJSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="SSJSSJ" Type="datetime" />
<Property Name="SSID" Type="int" />
<Property Name="SSRQ" Type="datetime" />
</EntityType>
<EntityType Name="Bus_SBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SBBM" Type="nchar" MaxLength="10" />
<Property Name="SBMC" Type="nchar" MaxLength="10" />
<Property Name="SBLX" Type="int" />
<Property Name="SSSID" Type="int" />
<Property Name="SBJG" Type="decimal" Precision="16" Scale="2" />
<Property Name="SBDJ" Type="int" />
</EntityType>
<EntityType Name="Bus_SDPBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SSID" Type="int" />
<Property Name="SSSJ" Type="datetime" />
<Property Name="YHID" Type="int" />
<Property Name="SSZSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="PBSJ" Type="datetime" />
<Property Name="SSRQ" Type="datetime" />
<Property Name="SSJSSJ" Type="datetime" />
</EntityType>
<EntityType Name="Bus_SJCSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="PBKSSJID" Type="int" />
<Property Name="PBKSSJ" Type="nvarchar" MaxLength="50" />
<Property Name="MTPBSCID" Type="int" />
<Property Name="MTPBSC" Type="nvarchar" MaxLength="50" />
<Property Name="SSMXSQZ" Type="int" />
<Property Name="ZHXGSJID" Type="int" />
<Property Name="ZHXGSJ" Type="nvarchar" MaxLength="50" />
<Property Name="XGSJ" Type="datetime" />
<Property Name="XGR" Type="int" />
<Property Name="XXSJ" Type="int" />
<Property Name="XXSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="STRXXSJ" Type="nvarchar" MaxLength="50" />
<Property Name="STRXXSC" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="Bus_SSPBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SQDH" Type="nvarchar" MaxLength="50" />
<Property Name="SSKSSJ" Type="datetime" />
<Property Name="SSZSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="SSSID" Type="int" />
<Property Name="ZS1" Type="int" />
<Property Name="ZS2" Type="int" />
<Property Name="ZS3" Type="int" />
<Property Name="MZYS1" Type="int" />
<Property Name="MZYS2" Type="int" />
<Property Name="MZYS3" Type="int" />
<Property Name="XSHS1" Type="int" />
<Property Name="XSHS2" Type="int" />
<Property Name="XHHS1" Type="int" />
<Property Name="XHHS2" Type="int" />
<Property Name="BZ" Type="nvarchar" MaxLength="50" />
<Property Name="PBZT" Type="int" />
<Property Name="ZYH" Type="nvarchar" MaxLength="50" />
<Property Name="HZXM" Type="nvarchar" MaxLength="50" />
<Property Name="KSID" Type="int" />
<Property Name="SQSJ" Type="datetime" />
<Property Name="SQZD" Type="nvarchar" MaxLength="50" />
<Property Name="ZDYS" Type="int" />
<Property Name="SFJZ" Type="bit" />
<Property Name="ZLKH" Type="nvarchar" MaxLength="50" />
<Property Name="QZ" Type="int" />
<Property Name="SSSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="QJSC" Type="decimal" Precision="10" Scale="1" />
<Property Name="SSJSSJ" Type="datetime" />
<Property Name="SSID" Type="int" />
<Property Name="SSRQ" Type="datetime" />
</EntityType>
<EntityType Name="Bus_SSSQB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SQDH" Type="nvarchar" MaxLength="50" />
<Property Name="ZYH" Type="nvarchar" MaxLength="50" />
<Property Name="HZXM" Type="nvarchar" MaxLength="50" />
<Property Name="KSID" Type="int" />
<Property Name="SQSJ" Type="datetime" />
<Property Name="SQZD" Type="nvarchar" MaxLength="50" />
<Property Name="SSID" Type="int" />
<Property Name="ZDYSID" Type="int" />
<Property Name="SFJZ" Type="bit" />
<Property Name="ZLKH" Type="nvarchar" MaxLength="50" />
<Property Name="ZT" Type="int" />
</EntityType>
<EntityType Name="SYS_CDB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="SYS_CZLXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="SYS_HSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="HSBM" Type="nvarchar" MaxLength="50" />
<Property Name="HSMC" Type="nvarchar" MaxLength="50" />
<Property Name="SSSID" Type="int" />
<Property Name="SFQY" Type="bit" />
<Property Name="ZCID" Type="int" />
<Property Name="HSLX" Type="int" />
</EntityType>
<EntityType Name="SYS_HSZCB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="SYS_HZVIPB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="HZXM" Type="nvarchar" MaxLength="50" />
<Property Name="ZLKH" Type="nvarchar" MaxLength="50" />
<Property Name="QZ" Type="int" />
</EntityType>
<EntityType Name="SYS_HZXXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="ZYH" Type="nvarchar" MaxLength="50" />
<Property Name="CH" Type="nvarchar" MaxLength="50" />
<Property Name="HZXM" Type="nvarchar" MaxLength="50" />
<Property Name="XB" Type="nvarchar" MaxLength="50" />
<Property Name="MZ" Type="nvarchar" MaxLength="50" />
<Property Name="CSRQ" Type="nvarchar" MaxLength="50" />
<Property Name="RYSJ" Type="nvarchar" MaxLength="50" />
<Property Name="ZD" Type="nvarchar" MaxLength="50" />
<Property Name="GM" Type="nvarchar" MaxLength="50" />
<Property Name="HZSG" Type="int" />
<Property Name="HZTZ" Type="int" />
<Property Name="SFZHM" Type="nvarchar" MaxLength="50" />
<Property Name="JTDZ" Type="nvarchar" MaxLength="50" />
<Property Name="ZLKH" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="SYS_JSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="JSMC" Type="nvarchar" MaxLength="50" />
<Property Name="SFQY" Type="bit" />
</EntityType>
<EntityType Name="SYS_KSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="KSBM" Type="nvarchar" MaxLength="50" />
<Property Name="KSMC" Type="nvarchar" MaxLength="50" />
<Property Name="SFKQ" Type="bit" />
</EntityType>
<EntityType Name="SYS_MZYSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="YSBM" Type="nvarchar" MaxLength="50" />
<Property Name="YSMC" Type="nvarchar" MaxLength="50" />
<Property Name="SSSID" Type="int" />
<Property Name="SFQY" Type="bit" />
<Property Name="YSZCID" Type="int" />
<Property Name="SCSS1" Type="int" />
<Property Name="SCSS2" Type="int" />
<Property Name="SCSS3" Type="int" />
</EntityType>
<EntityType Name="SYS_PBZTB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="SYS_QXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="JSID" Type="int" />
<Property Name="Is_SY" Type="bit" />
<Property Name="Is_PBJL" Type="bit" />
<Property Name="Is_PBSQ" Type="bit" />
<Property Name="Is_JCXXWH" Type="bit" />
<Property Name="Is_GZWH" Type="bit" />
<Property Name="Is_XTGL" Type="bit" />
<Property Name="Is_SDPB" Type="bit" />
<Property Name="Is_SJTJ" Type="bit" />
<Property Name="Is_PBRZ" Type="bit" />
<Property Name="Is_PBZS" Type="bit" />
</EntityType>
<EntityType Name="SYS_SBDJB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="SYS_SBLXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="SYS_SQZTB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="SYS_SSDJB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SSDJ" Type="nvarchar" MaxLength="50" />
<Property Name="DJMS" Type="nvarchar" MaxLength="50" />
<Property Name="QZ" Type="int" />
</EntityType>
<EntityType Name="SYS_SSLXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SSLX" Type="nvarchar" MaxLength="50" />
<Property Name="KS" Type="int" />
</EntityType>
<EntityType Name="SYS_SSQKLXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="QKLX" Type="nvarchar" MaxLength="50" />
<Property Name="LXMS" Type="nvarchar" MaxLength="50" />
<Property Name="QJSCID" Type="int" />
<Property Name="QZ" Type="int" />
</EntityType>
<EntityType Name="SYS_SSSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SSSBM" Type="nvarchar" MaxLength="50" />
<Property Name="SSSMC" Type="nvarchar" MaxLength="50" />
<Property Name="SFKQ" Type="bit" />
<Property Name="SFRJ" Type="bit" />
</EntityType>
<EntityType Name="SYS_SSSBDB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SSSID" Type="int" />
<Property Name="KSID" Type="int" />
<Property Name="SFKY" Type="bit" />
</EntityType>
<EntityType Name="SYS_SSSCB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="NAME" Type="nvarchar" MaxLength="50" />
<Property Name="SSSC" Type="decimal" Precision="10" Scale="1" />
</EntityType>
<EntityType Name="SYS_SSXXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SSBM" Type="nvarchar" MaxLength="50" />
<Property Name="SSMC" Type="nvarchar" MaxLength="50" />
<Property Name="PYSZM" Type="nvarchar" MaxLength="50" />
<Property Name="SSJB" Type="nvarchar" MaxLength="50" />
<Property Name="SSDJID" Type="int" />
<Property Name="SSSCID" Type="int" />
<Property Name="SSQKLXID" Type="int" />
<Property Name="MZYSZCID" Type="int" />
<Property Name="HSZCID" Type="int" />
<Property Name="CJSS" Type="bit" />
<Property Name="IsICD" Type="bit" />
<Property Name="SSLX" Type="int" />
</EntityType>
<EntityType Name="SYS_SSYSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="YSXM" Type="nvarchar" MaxLength="50" />
<Property Name="YSBM" Type="nvarchar" MaxLength="50" />
<Property Name="kS" Type="int" />
</EntityType>
<EntityType Name="SYS_YHB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="YHM" Type="nvarchar" MaxLength="50" />
<Property Name="GH" Type="nvarchar" MaxLength="50" />
<Property Name="MM" Type="nvarchar" MaxLength="50" />
<Property Name="JSID" Type="int" />
</EntityType>
<EntityType Name="SYS_YSVIPB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="YSBM" Type="nvarchar" MaxLength="50" />
<Property Name="YSXM" Type="nvarchar" MaxLength="50" />
<Property Name="QZ" Type="int" />
</EntityType>
<EntityType Name="SYS_YSZCB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityContainer Name="SurgerySchedulingModelStoreContainer">
<EntitySet Name="Bus_HSPBB" EntityType="Self.Bus_HSPBB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Bus_MZYSPBB" EntityType="Self.Bus_MZYSPBB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Bus_PBRZB" EntityType="Self.Bus_PBRZB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Bus_RJSSB" EntityType="Self.Bus_RJSSB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Bus_SBB" EntityType="Self.Bus_SBB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Bus_SDPBB" EntityType="Self.Bus_SDPBB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Bus_SJCSB" EntityType="Self.Bus_SJCSB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Bus_SSPBB" EntityType="Self.Bus_SSPBB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Bus_SSSQB" EntityType="Self.Bus_SSSQB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_CDB" EntityType="Self.SYS_CDB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_CZLXB" EntityType="Self.SYS_CZLXB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_HSB" EntityType="Self.SYS_HSB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_HSZCB" EntityType="Self.SYS_HSZCB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_HZVIPB" EntityType="Self.SYS_HZVIPB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_HZXXB" EntityType="Self.SYS_HZXXB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_JSB" EntityType="Self.SYS_JSB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_KSB" EntityType="Self.SYS_KSB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_MZYSB" EntityType="Self.SYS_MZYSB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_PBZTB" EntityType="Self.SYS_PBZTB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_QXB" EntityType="Self.SYS_QXB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SBDJB" EntityType="Self.SYS_SBDJB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SBLXB" EntityType="Self.SYS_SBLXB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SQZTB" EntityType="Self.SYS_SQZTB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SSDJB" EntityType="Self.SYS_SSDJB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SSLXB" EntityType="Self.SYS_SSLXB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SSQKLXB" EntityType="Self.SYS_SSQKLXB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SSSB" EntityType="Self.SYS_SSSB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SSSBDB" EntityType="Self.SYS_SSSBDB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SSSCB" EntityType="Self.SYS_SSSCB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SSXXB" EntityType="Self.SYS_SSXXB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_SSYSB" EntityType="Self.SYS_SSYSB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_YHB" EntityType="Self.SYS_YHB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_YSVIPB" EntityType="Self.SYS_YSVIPB" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SYS_YSZCB" EntityType="Self.SYS_YSZCB" Schema="dbo" store:Type="Tables" />
</EntityContainer>
</Schema></edmx:StorageModels>
<!-- CSDL content -->
<edmx:ConceptualModels>
<Schema Namespace="SurgerySchedulingModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
<EntityType Name="Bus_RJSSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SQDH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSKSSJ" Type="DateTime" Precision="3" />
<Property Name="SSZSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="SSSID" Type="Int32" />
<Property Name="ZS1" Type="Int32" />
<Property Name="ZS2" Type="Int32" />
<Property Name="ZS3" Type="Int32" />
<Property Name="MZYS1" Type="Int32" />
<Property Name="MZYS2" Type="Int32" />
<Property Name="MZYS3" Type="Int32" />
<Property Name="XSHS1" Type="Int32" />
<Property Name="XSHS2" Type="Int32" />
<Property Name="XHHS1" Type="Int32" />
<Property Name="XHHS2" Type="Int32" />
<Property Name="BZ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PBZT" Type="Int32" />
<Property Name="ZYH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="HZXM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="KSID" Type="Int32" />
<Property Name="SQSJ" Type="DateTime" Precision="3" />
<Property Name="SQZD" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZDYS" Type="Int32" />
<Property Name="SFJZ" Type="Boolean" />
<Property Name="ZLKH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="QZ" Type="Int32" />
<Property Name="SSSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="QJSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="SSJSSJ" Type="DateTime" Precision="3" />
<Property Name="SSID" Type="Int32" />
<Property Name="SSRQ" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="Bus_SDPBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SSID" Type="Int32" />
<Property Name="SSSJ" Type="DateTime" Precision="3" />
<Property Name="YHID" Type="Int32" />
<Property Name="SSZSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="PBSJ" Type="DateTime" Precision="3" />
<Property Name="SSRQ" Type="DateTime" Precision="3" />
<Property Name="SSJSSJ" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="Bus_SJCSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="PBKSSJID" Type="Int32" />
<Property Name="PBKSSJ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="MTPBSCID" Type="Int32" />
<Property Name="MTPBSC" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSMXSQZ" Type="Int32" />
<Property Name="ZHXGSJID" Type="Int32" />
<Property Name="ZHXGSJ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="XGSJ" Type="DateTime" Precision="3" />
<Property Name="XGR" Type="Int32" />
<Property Name="XXSJ" Type="Int32" />
<Property Name="XXSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="STRXXSJ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="STRXXSC" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="Bus_SSPBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SQDH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSKSSJ" Type="DateTime" Precision="3" />
<Property Name="SSZSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="SSSID" Type="Int32" />
<Property Name="ZS1" Type="Int32" />
<Property Name="ZS2" Type="Int32" />
<Property Name="ZS3" Type="Int32" />
<Property Name="MZYS1" Type="Int32" />
<Property Name="MZYS2" Type="Int32" />
<Property Name="MZYS3" Type="Int32" />
<Property Name="XSHS1" Type="Int32" />
<Property Name="XSHS2" Type="Int32" />
<Property Name="XHHS1" Type="Int32" />
<Property Name="XHHS2" Type="Int32" />
<Property Name="BZ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PBZT" Type="Int32" />
<Property Name="ZYH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="HZXM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="KSID" Type="Int32" />
<Property Name="SQSJ" Type="DateTime" Precision="3" />
<Property Name="SQZD" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZDYS" Type="Int32" />
<Property Name="SFJZ" Type="Boolean" />
<Property Name="ZLKH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="QZ" Type="Int32" />
<Property Name="SSSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="QJSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="SSJSSJ" Type="DateTime" Precision="3" />
<Property Name="SSID" Type="Int32" />
<Property Name="SSRQ" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="Bus_SSSQB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SQDH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZYH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="HZXM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="KSID" Type="Int32" />
<Property Name="SQSJ" Type="DateTime" Precision="3" />
<Property Name="SQZD" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSID" Type="Int32" />
<Property Name="ZDYSID" Type="Int32" />
<Property Name="SFJZ" Type="Boolean" />
<Property Name="ZLKH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZT" Type="Int32" />
</EntityType>
<EntityType Name="SYS_CDB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="SYS_CZLXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="SYS_HSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="HSBM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="HSMC" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSSID" Type="Int32" />
<Property Name="SFQY" Type="Boolean" />
<Property Name="ZCID" Type="Int32" />
<Property Name="HSLX" Type="Int32" />
</EntityType>
<EntityType Name="SYS_HSZCB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="SYS_HZVIPB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="HZXM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZLKH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="QZ" Type="Int32" />
</EntityType>
<EntityType Name="SYS_HZXXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="ZYH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="HZXM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="XB" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="MZ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CSRQ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="RYSJ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZD" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="GM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="HZSG" Type="Int32" />
<Property Name="HZTZ" Type="Int32" />
<Property Name="SFZHM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="JTDZ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZLKH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="SYS_JSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="JSMC" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SFQY" Type="Boolean" />
</EntityType>
<EntityType Name="SYS_KSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="KSBM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="KSMC" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SFKQ" Type="Boolean" />
</EntityType>
<EntityType Name="SYS_MZYSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="YSBM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="YSMC" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSSID" Type="Int32" />
<Property Name="SFQY" Type="Boolean" />
<Property Name="YSZCID" Type="Int32" />
<Property Name="SCSS1" Type="Int32" />
<Property Name="SCSS2" Type="Int32" />
<Property Name="SCSS3" Type="Int32" />
</EntityType>
<EntityType Name="SYS_PBZTB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="SYS_SQZTB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="SYS_SSDJB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SSDJ" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="DJMS" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="QZ" Type="Int32" />
</EntityType>
<EntityType Name="SYS_SSQKLXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="QKLX" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="LXMS" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="QJSCID" Type="Int32" />
<Property Name="QZ" Type="Int32" />
</EntityType>
<EntityType Name="SYS_SSSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SSSBM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSSMC" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SFKQ" Type="Boolean" />
<Property Name="SFRJ" Type="Boolean" />
</EntityType>
<EntityType Name="SYS_SSSBDB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SSSID" Type="Int32" />
<Property Name="KSID" Type="Int32" />
<Property Name="SFKY" Type="Boolean" />
</EntityType>
<EntityType Name="SYS_SSSCB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="NAME" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSSC" Type="Decimal" Precision="10" Scale="1" />
</EntityType>
<EntityType Name="SYS_SSXXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SSBM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSMC" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PYSZM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSJB" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="SSDJID" Type="Int32" />
<Property Name="SSSCID" Type="Int32" />
<Property Name="SSQKLXID" Type="Int32" />
<Property Name="MZYSZCID" Type="Int32" />
<Property Name="HSZCID" Type="Int32" />
<Property Name="CJSS" Type="Boolean" />
<Property Name="IsICD" Type="Boolean" />
<Property Name="SSLX" Type="Int32" />
</EntityType>
<EntityType Name="SYS_SSYSB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="YSXM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="YSBM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="kS" Type="Int32" />
</EntityType>
<EntityType Name="SYS_YHB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="YHM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="GH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="MM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="JSID" Type="Int32" />
</EntityType>
<EntityType Name="SYS_YSVIPB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="YSBM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="YSXM" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="QZ" Type="Int32" />
</EntityType>
<EntityType Name="SYS_YSZCB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityContainer Name="SurgerySchedulingEntities" annotation:LazyLoadingEnabled="true">
<EntitySet Name="Bus_RJSSB" EntityType="Self.Bus_RJSSB" />
<EntitySet Name="Bus_SDPBB" EntityType="Self.Bus_SDPBB" />
<EntitySet Name="Bus_SJCSB" EntityType="Self.Bus_SJCSB" />
<EntitySet Name="Bus_SSPBB" EntityType="Self.Bus_SSPBB" />
<EntitySet Name="Bus_SSSQB" EntityType="Self.Bus_SSSQB" />
<EntitySet Name="SYS_CDB" EntityType="Self.SYS_CDB" />
<EntitySet Name="SYS_CZLXB" EntityType="Self.SYS_CZLXB" />
<EntitySet Name="SYS_HSB" EntityType="Self.SYS_HSB" />
<EntitySet Name="SYS_HSZCB" EntityType="Self.SYS_HSZCB" />
<EntitySet Name="SYS_HZVIPB" EntityType="Self.SYS_HZVIPB" />
<EntitySet Name="SYS_HZXXB" EntityType="Self.SYS_HZXXB" />
<EntitySet Name="SYS_JSB" EntityType="Self.SYS_JSB" />
<EntitySet Name="SYS_KSB" EntityType="Self.SYS_KSB" />
<EntitySet Name="SYS_MZYSB" EntityType="Self.SYS_MZYSB" />
<EntitySet Name="SYS_PBZTB" EntityType="Self.SYS_PBZTB" />
<EntitySet Name="SYS_SQZTB" EntityType="Self.SYS_SQZTB" />
<EntitySet Name="SYS_SSDJB" EntityType="Self.SYS_SSDJB" />
<EntitySet Name="SYS_SSQKLXB" EntityType="Self.SYS_SSQKLXB" />
<EntitySet Name="SYS_SSSB" EntityType="Self.SYS_SSSB" />
<EntitySet Name="SYS_SSSBDB" EntityType="Self.SYS_SSSBDB" />
<EntitySet Name="SYS_SSSCB" EntityType="Self.SYS_SSSCB" />
<EntitySet Name="SYS_SSXXB" EntityType="Self.SYS_SSXXB" />
<EntitySet Name="SYS_SSYSB" EntityType="Self.SYS_SSYSB" />
<EntitySet Name="SYS_YHB" EntityType="Self.SYS_YHB" />
<EntitySet Name="SYS_YSVIPB" EntityType="Self.SYS_YSVIPB" />
<EntitySet Name="SYS_YSZCB" EntityType="Self.SYS_YSZCB" />
<EntitySet Name="SYS_QXB" EntityType="SurgerySchedulingModel.SYS_QXB" />
<EntitySet Name="SYS_SSLXB" EntityType="SurgerySchedulingModel.SYS_SSLXB" />
<EntitySet Name="Bus_HSPBB" EntityType="SurgerySchedulingModel.Bus_HSPBB" />
<EntitySet Name="Bus_MZYSPBB" EntityType="SurgerySchedulingModel.Bus_MZYSPBB" />
<EntitySet Name="Bus_PBRZB" EntityType="SurgerySchedulingModel.Bus_PBRZB" />
<EntitySet Name="Bus_SBB" EntityType="SurgerySchedulingModel.Bus_SBB" />
<EntitySet Name="SYS_SBLXB" EntityType="SurgerySchedulingModel.SYS_SBLXB" />
<EntitySet Name="SYS_SBDJB" EntityType="SurgerySchedulingModel.SYS_SBDJB" />
</EntityContainer>
<EntityType Name="SYS_QXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="JSID" Type="Int32" />
<Property Name="Is_SY" Type="Boolean" />
<Property Name="Is_PBJL" Type="Boolean" />
<Property Name="Is_PBSQ" Type="Boolean" />
<Property Name="Is_JCXXWH" Type="Boolean" />
<Property Name="Is_GZWH" Type="Boolean" />
<Property Name="Is_XTGL" Type="Boolean" />
<Property Name="Is_SDPB" Type="Boolean" />
<Property Name="Is_SJTJ" Type="Boolean" />
<Property Name="Is_PBRZ" Type="Boolean" />
<Property Name="Is_PBZS" Type="Boolean" />
</EntityType>
<EntityType Name="SYS_SSLXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SSLX" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="KS" Type="Int32" />
</EntityType>
<EntityType Name="Bus_HSPBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="PBID" Type="Int32" />
<Property Name="HSID" Type="Int32" />
<Property Name="SSKSSJ" Type="DateTime" Precision="3" />
<Property Name="SSJSSJ" Type="DateTime" Precision="3" />
<Property Name="SSRQ" Type="DateTime" Precision="3" />
<Property Name="SSSC" Type="Decimal" Precision="10" Scale="1" />
</EntityType>
<EntityType Name="Bus_MZYSPBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="MZYSID" Type="Int32" />
<Property Name="SSRQ" Type="DateTime" Precision="3" />
<Property Name="SSKSSJ" Type="DateTime" Precision="3" />
<Property Name="SSJSSJ" Type="DateTime" Precision="3" />
<Property Name="SSSC" Type="Decimal" Precision="10" Scale="1" />
<Property Name="PBID" Type="Int32" />
</EntityType>
<EntityType Name="Bus_PBRZB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SQDH" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CZRYID" Type="Int32" />
<Property Name="CZSJ" Type="DateTime" Precision="3" />
<Property Name="CZLX" Type="Int32" />
</EntityType>
<EntityType Name="Bus_SBB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SBBM" Type="String" MaxLength="10" FixedLength="true" Unicode="true" />
<Property Name="SBMC" Type="String" MaxLength="10" FixedLength="true" Unicode="true" />
<Property Name="SBLX" Type="Int32" />
<Property Name="SSSID" Type="Int32" />
<Property Name="SBJG" Type="Decimal" Precision="16" Scale="2" />
<Property Name="SBDJ" Type="Int32" />
</EntityType>
<EntityType Name="SYS_SBLXB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="SYS_SBDJB">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
</Schema>
</edmx:ConceptualModels>
<!-- C-S mapping content -->
<edmx:Mappings>
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
<EntityContainerMapping StorageEntityContainer="SurgerySchedulingModelStoreContainer" CdmEntityContainer="SurgerySchedulingEntities">
<EntitySetMapping Name="Bus_RJSSB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_RJSSB">
<MappingFragment StoreEntitySet="Bus_RJSSB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="SQDH" ColumnName="SQDH" />
<ScalarProperty Name="SSKSSJ" ColumnName="SSKSSJ" />
<ScalarProperty Name="SSZSC" ColumnName="SSZSC" />
<ScalarProperty Name="SSSID" ColumnName="SSSID" />
<ScalarProperty Name="ZS1" ColumnName="ZS1" />
<ScalarProperty Name="ZS2" ColumnName="ZS2" />
<ScalarProperty Name="ZS3" ColumnName="ZS3" />
<ScalarProperty Name="MZYS1" ColumnName="MZYS1" />
<ScalarProperty Name="MZYS2" ColumnName="MZYS2" />
<ScalarProperty Name="MZYS3" ColumnName="MZYS3" />
<ScalarProperty Name="XSHS1" ColumnName="XSHS1" />
<ScalarProperty Name="XSHS2" ColumnName="XSHS2" />
<ScalarProperty Name="XHHS1" ColumnName="XHHS1" />
<ScalarProperty Name="XHHS2" ColumnName="XHHS2" />
<ScalarProperty Name="BZ" ColumnName="BZ" />
<ScalarProperty Name="PBZT" ColumnName="PBZT" />
<ScalarProperty Name="ZYH" ColumnName="ZYH" />
<ScalarProperty Name="HZXM" ColumnName="HZXM" />
<ScalarProperty Name="KSID" ColumnName="KSID" />
<ScalarProperty Name="SQSJ" ColumnName="SQSJ" />
<ScalarProperty Name="SQZD" ColumnName="SQZD" />
<ScalarProperty Name="ZDYS" ColumnName="ZDYS" />
<ScalarProperty Name="SFJZ" ColumnName="SFJZ" />
<ScalarProperty Name="ZLKH" ColumnName="ZLKH" />
<ScalarProperty Name="QZ" ColumnName="QZ" />
<ScalarProperty Name="SSSC" ColumnName="SSSC" />
<ScalarProperty Name="QJSC" ColumnName="QJSC" />
<ScalarProperty Name="SSJSSJ" ColumnName="SSJSSJ" />
<ScalarProperty Name="SSID" ColumnName="SSID" />
<ScalarProperty Name="SSRQ" ColumnName="SSRQ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Bus_SDPBB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_SDPBB">
<MappingFragment StoreEntitySet="Bus_SDPBB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="SSID" ColumnName="SSID" />
<ScalarProperty Name="SSSJ" ColumnName="SSSJ" />
<ScalarProperty Name="YHID" ColumnName="YHID" />
<ScalarProperty Name="SSZSC" ColumnName="SSZSC" />
<ScalarProperty Name="PBSJ" ColumnName="PBSJ" />
<ScalarProperty Name="SSRQ" ColumnName="SSRQ" />
<ScalarProperty Name="SSJSSJ" ColumnName="SSJSSJ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Bus_SJCSB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_SJCSB">
<MappingFragment StoreEntitySet="Bus_SJCSB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="PBKSSJID" ColumnName="PBKSSJID" />
<ScalarProperty Name="PBKSSJ" ColumnName="PBKSSJ" />
<ScalarProperty Name="MTPBSCID" ColumnName="MTPBSCID" />
<ScalarProperty Name="MTPBSC" ColumnName="MTPBSC" />
<ScalarProperty Name="SSMXSQZ" ColumnName="SSMXSQZ" />
<ScalarProperty Name="ZHXGSJID" ColumnName="ZHXGSJID" />
<ScalarProperty Name="ZHXGSJ" ColumnName="ZHXGSJ" />
<ScalarProperty Name="XGSJ" ColumnName="XGSJ" />
<ScalarProperty Name="XGR" ColumnName="XGR" />
<ScalarProperty Name="XXSJ" ColumnName="XXSJ" />
<ScalarProperty Name="XXSC" ColumnName="XXSC" />
<ScalarProperty Name="STRXXSJ" ColumnName="STRXXSJ" />
<ScalarProperty Name="STRXXSC" ColumnName="STRXXSC" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Bus_SSPBB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_SSPBB">
<MappingFragment StoreEntitySet="Bus_SSPBB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="SQDH" ColumnName="SQDH" />
<ScalarProperty Name="SSKSSJ" ColumnName="SSKSSJ" />
<ScalarProperty Name="SSZSC" ColumnName="SSZSC" />
<ScalarProperty Name="SSSID" ColumnName="SSSID" />
<ScalarProperty Name="ZS1" ColumnName="ZS1" />
<ScalarProperty Name="ZS2" ColumnName="ZS2" />
<ScalarProperty Name="ZS3" ColumnName="ZS3" />
<ScalarProperty Name="MZYS1" ColumnName="MZYS1" />
<ScalarProperty Name="MZYS2" ColumnName="MZYS2" />
<ScalarProperty Name="MZYS3" ColumnName="MZYS3" />
<ScalarProperty Name="XSHS1" ColumnName="XSHS1" />
<ScalarProperty Name="XSHS2" ColumnName="XSHS2" />
<ScalarProperty Name="XHHS1" ColumnName="XHHS1" />
<ScalarProperty Name="XHHS2" ColumnName="XHHS2" />
<ScalarProperty Name="BZ" ColumnName="BZ" />
<ScalarProperty Name="PBZT" ColumnName="PBZT" />
<ScalarProperty Name="ZYH" ColumnName="ZYH" />
<ScalarProperty Name="HZXM" ColumnName="HZXM" />
<ScalarProperty Name="KSID" ColumnName="KSID" />
<ScalarProperty Name="SQSJ" ColumnName="SQSJ" />
<ScalarProperty Name="SQZD" ColumnName="SQZD" />
<ScalarProperty Name="ZDYS" ColumnName="ZDYS" />
<ScalarProperty Name="SFJZ" ColumnName="SFJZ" />
<ScalarProperty Name="ZLKH" ColumnName="ZLKH" />
<ScalarProperty Name="QZ" ColumnName="QZ" />
<ScalarProperty Name="SSSC" ColumnName="SSSC" />
<ScalarProperty Name="QJSC" ColumnName="QJSC" />
<ScalarProperty Name="SSJSSJ" ColumnName="SSJSSJ" />
<ScalarProperty Name="SSID" ColumnName="SSID" />
<ScalarProperty Name="SSRQ" ColumnName="SSRQ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Bus_SSSQB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_SSSQB">
<MappingFragment StoreEntitySet="Bus_SSSQB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="SQDH" ColumnName="SQDH" />
<ScalarProperty Name="ZYH" ColumnName="ZYH" />
<ScalarProperty Name="HZXM" ColumnName="HZXM" />
<ScalarProperty Name="KSID" ColumnName="KSID" />
<ScalarProperty Name="SQSJ" ColumnName="SQSJ" />
<ScalarProperty Name="SQZD" ColumnName="SQZD" />
<ScalarProperty Name="SSID" ColumnName="SSID" />
<ScalarProperty Name="ZDYSID" ColumnName="ZDYSID" />
<ScalarProperty Name="SFJZ" ColumnName="SFJZ" />
<ScalarProperty Name="ZLKH" ColumnName="ZLKH" />
<ScalarProperty Name="ZT" ColumnName="ZT" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_CDB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_CDB">
<MappingFragment StoreEntitySet="SYS_CDB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_CZLXB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_CZLXB">
<MappingFragment StoreEntitySet="SYS_CZLXB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_HSB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_HSB">
<MappingFragment StoreEntitySet="SYS_HSB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="HSBM" ColumnName="HSBM" />
<ScalarProperty Name="HSMC" ColumnName="HSMC" />
<ScalarProperty Name="SSSID" ColumnName="SSSID" />
<ScalarProperty Name="SFQY" ColumnName="SFQY" />
<ScalarProperty Name="ZCID" ColumnName="ZCID" />
<ScalarProperty Name="HSLX" ColumnName="HSLX" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_HSZCB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_HSZCB">
<MappingFragment StoreEntitySet="SYS_HSZCB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_HZVIPB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_HZVIPB">
<MappingFragment StoreEntitySet="SYS_HZVIPB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="HZXM" ColumnName="HZXM" />
<ScalarProperty Name="ZLKH" ColumnName="ZLKH" />
<ScalarProperty Name="QZ" ColumnName="QZ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_HZXXB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_HZXXB">
<MappingFragment StoreEntitySet="SYS_HZXXB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="ZYH" ColumnName="ZYH" />
<ScalarProperty Name="CH" ColumnName="CH" />
<ScalarProperty Name="HZXM" ColumnName="HZXM" />
<ScalarProperty Name="XB" ColumnName="XB" />
<ScalarProperty Name="MZ" ColumnName="MZ" />
<ScalarProperty Name="CSRQ" ColumnName="CSRQ" />
<ScalarProperty Name="RYSJ" ColumnName="RYSJ" />
<ScalarProperty Name="ZD" ColumnName="ZD" />
<ScalarProperty Name="GM" ColumnName="GM" />
<ScalarProperty Name="HZSG" ColumnName="HZSG" />
<ScalarProperty Name="HZTZ" ColumnName="HZTZ" />
<ScalarProperty Name="SFZHM" ColumnName="SFZHM" />
<ScalarProperty Name="JTDZ" ColumnName="JTDZ" />
<ScalarProperty Name="ZLKH" ColumnName="ZLKH" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_JSB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_JSB">
<MappingFragment StoreEntitySet="SYS_JSB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="JSMC" ColumnName="JSMC" />
<ScalarProperty Name="SFQY" ColumnName="SFQY" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_KSB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_KSB">
<MappingFragment StoreEntitySet="SYS_KSB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="KSBM" ColumnName="KSBM" />
<ScalarProperty Name="KSMC" ColumnName="KSMC" />
<ScalarProperty Name="SFKQ" ColumnName="SFKQ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_MZYSB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_MZYSB">
<MappingFragment StoreEntitySet="SYS_MZYSB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="YSBM" ColumnName="YSBM" />
<ScalarProperty Name="YSMC" ColumnName="YSMC" />
<ScalarProperty Name="SSSID" ColumnName="SSSID" />
<ScalarProperty Name="SFQY" ColumnName="SFQY" />
<ScalarProperty Name="YSZCID" ColumnName="YSZCID" />
<ScalarProperty Name="SCSS1" ColumnName="SCSS1" />
<ScalarProperty Name="SCSS2" ColumnName="SCSS2" />
<ScalarProperty Name="SCSS3" ColumnName="SCSS3" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_PBZTB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_PBZTB">
<MappingFragment StoreEntitySet="SYS_PBZTB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SQZTB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SQZTB">
<MappingFragment StoreEntitySet="SYS_SQZTB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SSDJB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SSDJB">
<MappingFragment StoreEntitySet="SYS_SSDJB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="SSDJ" ColumnName="SSDJ" />
<ScalarProperty Name="DJMS" ColumnName="DJMS" />
<ScalarProperty Name="QZ" ColumnName="QZ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SSQKLXB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SSQKLXB">
<MappingFragment StoreEntitySet="SYS_SSQKLXB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="QKLX" ColumnName="QKLX" />
<ScalarProperty Name="LXMS" ColumnName="LXMS" />
<ScalarProperty Name="QJSCID" ColumnName="QJSCID" />
<ScalarProperty Name="QZ" ColumnName="QZ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SSSB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SSSB">
<MappingFragment StoreEntitySet="SYS_SSSB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="SSSBM" ColumnName="SSSBM" />
<ScalarProperty Name="SSSMC" ColumnName="SSSMC" />
<ScalarProperty Name="SFKQ" ColumnName="SFKQ" />
<ScalarProperty Name="SFRJ" ColumnName="SFRJ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SSSBDB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SSSBDB">
<MappingFragment StoreEntitySet="SYS_SSSBDB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="SSSID" ColumnName="SSSID" />
<ScalarProperty Name="KSID" ColumnName="KSID" />
<ScalarProperty Name="SFKY" ColumnName="SFKY" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SSSCB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SSSCB">
<MappingFragment StoreEntitySet="SYS_SSSCB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="NAME" ColumnName="NAME" />
<ScalarProperty Name="SSSC" ColumnName="SSSC" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SSXXB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SSXXB">
<MappingFragment StoreEntitySet="SYS_SSXXB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="SSBM" ColumnName="SSBM" />
<ScalarProperty Name="SSMC" ColumnName="SSMC" />
<ScalarProperty Name="PYSZM" ColumnName="PYSZM" />
<ScalarProperty Name="SSJB" ColumnName="SSJB" />
<ScalarProperty Name="SSDJID" ColumnName="SSDJID" />
<ScalarProperty Name="SSSCID" ColumnName="SSSCID" />
<ScalarProperty Name="SSQKLXID" ColumnName="SSQKLXID" />
<ScalarProperty Name="MZYSZCID" ColumnName="MZYSZCID" />
<ScalarProperty Name="HSZCID" ColumnName="HSZCID" />
<ScalarProperty Name="CJSS" ColumnName="CJSS" />
<ScalarProperty Name="IsICD" ColumnName="IsICD" />
<ScalarProperty Name="SSLX" ColumnName="SSLX" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SSYSB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SSYSB">
<MappingFragment StoreEntitySet="SYS_SSYSB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="YSXM" ColumnName="YSXM" />
<ScalarProperty Name="YSBM" ColumnName="YSBM" />
<ScalarProperty Name="kS" ColumnName="kS" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_YHB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_YHB">
<MappingFragment StoreEntitySet="SYS_YHB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="YHM" ColumnName="YHM" />
<ScalarProperty Name="GH" ColumnName="GH" />
<ScalarProperty Name="MM" ColumnName="MM" />
<ScalarProperty Name="JSID" ColumnName="JSID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_YSVIPB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_YSVIPB">
<MappingFragment StoreEntitySet="SYS_YSVIPB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="YSBM" ColumnName="YSBM" />
<ScalarProperty Name="YSXM" ColumnName="YSXM" />
<ScalarProperty Name="QZ" ColumnName="QZ" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_YSZCB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_YSZCB">
<MappingFragment StoreEntitySet="SYS_YSZCB">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_QXB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_QXB">
<MappingFragment StoreEntitySet="SYS_QXB">
<ScalarProperty Name="Is_PBZS" ColumnName="Is_PBZS" />
<ScalarProperty Name="Is_PBRZ" ColumnName="Is_PBRZ" />
<ScalarProperty Name="Is_SJTJ" ColumnName="Is_SJTJ" />
<ScalarProperty Name="Is_SDPB" ColumnName="Is_SDPB" />
<ScalarProperty Name="Is_XTGL" ColumnName="Is_XTGL" />
<ScalarProperty Name="Is_GZWH" ColumnName="Is_GZWH" />
<ScalarProperty Name="Is_JCXXWH" ColumnName="Is_JCXXWH" />
<ScalarProperty Name="Is_PBSQ" ColumnName="Is_PBSQ" />
<ScalarProperty Name="Is_PBJL" ColumnName="Is_PBJL" />
<ScalarProperty Name="Is_SY" ColumnName="Is_SY" />
<ScalarProperty Name="JSID" ColumnName="JSID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SSLXB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SSLXB">
<MappingFragment StoreEntitySet="SYS_SSLXB">
<ScalarProperty Name="KS" ColumnName="KS" />
<ScalarProperty Name="SSLX" ColumnName="SSLX" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Bus_HSPBB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_HSPBB">
<MappingFragment StoreEntitySet="Bus_HSPBB">
<ScalarProperty Name="SSSC" ColumnName="SSSC" />
<ScalarProperty Name="SSRQ" ColumnName="SSRQ" />
<ScalarProperty Name="SSJSSJ" ColumnName="SSJSSJ" />
<ScalarProperty Name="SSKSSJ" ColumnName="SSKSSJ" />
<ScalarProperty Name="HSID" ColumnName="HSID" />
<ScalarProperty Name="PBID" ColumnName="PBID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Bus_MZYSPBB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_MZYSPBB">
<MappingFragment StoreEntitySet="Bus_MZYSPBB">
<ScalarProperty Name="PBID" ColumnName="PBID" />
<ScalarProperty Name="SSSC" ColumnName="SSSC" />
<ScalarProperty Name="SSJSSJ" ColumnName="SSJSSJ" />
<ScalarProperty Name="SSKSSJ" ColumnName="SSKSSJ" />
<ScalarProperty Name="SSRQ" ColumnName="SSRQ" />
<ScalarProperty Name="MZYSID" ColumnName="MZYSID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Bus_PBRZB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_PBRZB">
<MappingFragment StoreEntitySet="Bus_PBRZB">
<ScalarProperty Name="CZLX" ColumnName="CZLX" />
<ScalarProperty Name="CZSJ" ColumnName="CZSJ" />
<ScalarProperty Name="CZRYID" ColumnName="CZRYID" />
<ScalarProperty Name="SQDH" ColumnName="SQDH" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Bus_SBB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.Bus_SBB">
<MappingFragment StoreEntitySet="Bus_SBB">
<ScalarProperty Name="SBDJ" ColumnName="SBDJ" />
<ScalarProperty Name="SBJG" ColumnName="SBJG" />
<ScalarProperty Name="SSSID" ColumnName="SSSID" />
<ScalarProperty Name="SBLX" ColumnName="SBLX" />
<ScalarProperty Name="SBMC" ColumnName="SBMC" />
<ScalarProperty Name="SBBM" ColumnName="SBBM" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SBLXB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SBLXB">
<MappingFragment StoreEntitySet="SYS_SBLXB">
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SYS_SBDJB">
<EntityTypeMapping TypeName="SurgerySchedulingModel.SYS_SBDJB">
<MappingFragment StoreEntitySet="SYS_SBDJB">
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
</EntityContainerMapping>
</Mapping>
</edmx:Mappings>
</edmx:Runtime>
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
<Connection>
<DesignerInfoPropertySet>
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
</DesignerInfoPropertySet>
</Connection>
<Options>
<DesignerInfoPropertySet>
<DesignerProperty Name="ValidateOnBuild" Value="true" />
<DesignerProperty Name="EnablePluralization" Value="false" />
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
<DesignerProperty Name="UseLegacyProvider" Value="false" />
<DesignerProperty Name="CodeGenerationStrategy" Value="无" />
</DesignerInfoPropertySet>
</Options>
<!-- Diagram content (shape and connector positions) -->
<Diagrams></Diagrams>
</Designer>
</edmx:Edmx>