<?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="hds1230001_dbModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
<EntityType Name="Administrator">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="UserName" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="Password" Type="varchar" MaxLength="50" Nullable="false" />
|
</EntityType>
|
<EntityType Name="Apply">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="OrganizationName" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="LabName" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="Address" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="City" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="PostCode" Type="char" MaxLength="6" Nullable="false" />
|
<Property Name="PrincipalName" Type="varchar" MaxLength="20" Nullable="false" />
|
<Property Name="PrincipalTelephone" Type="varchar" MaxLength="50" />
|
<Property Name="PrincipalFax" Type="varchar" MaxLength="50" />
|
<Property Name="PrincipalMobilephone" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="PrincipalEmail" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="OperatorName" Type="varchar" MaxLength="20" Nullable="false" />
|
<Property Name="OperatorTelephone" Type="varchar" MaxLength="50" />
|
<Property Name="OperatorFax" Type="varchar" MaxLength="50" />
|
<Property Name="OperatorMobilephone" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="OperatorEmail" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="JoinProjectID" Type="int" Nullable="false" />
|
<Property Name="DateApply" Type="smalldatetime" Nullable="false" />
|
<Property Name="State" Type="tinyint" Nullable="false" />
|
<Property Name="MatchedLabID" Type="int" Nullable="false" />
|
<Property Name="ConnectParticipantID" Type="int" Nullable="false" />
|
</EntityType>
|
<EntityType Name="Article">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="TYPE_ID" Type="tinyint" Nullable="false" />
|
<Property Name="TITLE" Type="varchar" MaxLength="200" Nullable="false" />
|
<Property Name="CONTENT" Type="ntext" />
|
<Property Name="PIC_URL" Type="varchar" MaxLength="500" />
|
<Property Name="FILE_URL" Type="varchar" MaxLength="500" />
|
<Property Name="CreateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="AdminID" Type="int" Nullable="false" />
|
</EntityType>
|
<EntityType Name="EQAAnswer">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="DistributionID" Type="int" Nullable="false" />
|
<Property Name="Answer" Type="ntext" />
|
<Property Name="CreateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="UpdateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="AdminID" Type="int" Nullable="false" />
|
<Property Name="FP_BloodGroup" Type="bit" Nullable="false" />
|
<Property Name="SP_BloodGroup" Type="bit" Nullable="false" />
|
<Property Name="TP_BloodGroup" Type="bit" Nullable="false" />
|
<Property Name="FP_DonorW_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="FP_DonorY_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="FP_DonorZ_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="SP_DonorW_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="SP_DonorY_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="SP_DonorZ_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="TP_DonorW_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="TP_DonorY_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="TP_DonorZ_CrossMatch" Type="bit" Nullable="false" />
|
<Property Name="FP_AntibodyScreen" Type="bit" Nullable="false" />
|
<Property Name="SP_AntibodyScreen" Type="bit" Nullable="false" />
|
<Property Name="TP_AntibodyScreen" Type="bit" Nullable="false" />
|
<Property Name="FP_AntibodyIdentification" Type="bit" Nullable="false" />
|
<Property Name="SP_AntibodyIdentification" Type="bit" Nullable="false" />
|
<Property Name="TP_AntibodyIdentification" Type="bit" Nullable="false" />
|
<Property Name="IsRead" Type="bit" Nullable="false" />
|
</EntityType>
|
<EntityType Name="EQADistribution">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="DistNo" Type="varchar" MaxLength="20" Nullable="false" />
|
<Property Name="IssuedDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="ClosedDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="Remarks" Type="nchar" MaxLength="1000" />
|
</EntityType>
|
<EntityType Name="EQAParticipant">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="DistributionID" Type="int" Nullable="false" />
|
<Property Name="LabID" Type="int" Nullable="false" />
|
<Property Name="ProjectID" Type="int" Nullable="false" />
|
<Property Name="DateCreated" Type="smalldatetime" Nullable="false" />
|
<Property Name="IsCharged" Type="bit" Nullable="false" />
|
<Property Name="IsExpressSended" Type="bit" Nullable="false" />
|
<Property Name="SampleSNO" Type="varchar" MaxLength="50" />
|
<Property Name="ExpressBillCode" Type="varchar" MaxLength="50" />
|
<Property Name="ExpressContent" Type="varchar" MaxLength="100" />
|
<Property Name="SampleReceivedDate" Type="smalldatetime" />
|
<Property Name="SampleFeedbackData" Type="ntext" />
|
<Property Name="DateBegin" Type="smalldatetime" />
|
<Property Name="IsDataChanged" Type="bit" Nullable="false" />
|
<Property Name="DateChanged" Type="smalldatetime" />
|
<Property Name="IsDataSubmitted" Type="bit" Nullable="false" />
|
<Property Name="DateSubmitted" Type="smalldatetime" />
|
<Property Name="DataProject" Type="ntext" />
|
<Property Name="DataProjectAttachs" Type="varchar" MaxLength="1000" />
|
<Property Name="AdminID" Type="int" />
|
<Property Name="RegisteredLetter" Type="nvarchar" MaxLength="50" />
|
<Property Name="IsRead" Type="bit" Nullable="false" />
|
<Property Name="ChargeNote" Type="varchar" MaxLength="500" />
|
</EntityType>
|
<EntityType Name="EQAProject">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="Name" Type="nvarchar" MaxLength="100" Nullable="false" />
|
<Property Name="Remarks" Type="nchar" MaxLength="100" />
|
<Property Name="InterfaceModel" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="InterfaceData" Type="varchar" MaxLength="255" Nullable="false" />
|
<Property Name="Fee" Type="varchar" MaxLength="40" />
|
<Property Name="Available" Type="bit" />
|
</EntityType>
|
<EntityType Name="EQARead">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="DistributionID" Type="int" Nullable="false" />
|
<Property Name="ProjectID" Type="int" Nullable="false" />
|
<Property Name="StandardDeviation" Type="decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Average" Type="decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Z1" Type="decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Z2" Type="decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Z3" Type="decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Excellent" Type="int" Nullable="false" />
|
<Property Name="Normal" Type="int" Nullable="false" />
|
<Property Name="Failure" Type="int" Nullable="false" />
|
<Property Name="CreateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="UpdateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="AdminID" Type="int" Nullable="false" />
|
</EntityType>
|
<EntityType Name="EQAResult">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="DistributionID" Type="int" Nullable="false" />
|
<Property Name="ProjectID" Type="int" Nullable="false" />
|
<Property Name="AdminID" Type="int" Nullable="false" />
|
<Property Name="CreateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="First_ABO_CorrectNum" Type="int" />
|
<Property Name="First_RhD_CorrectNum" Type="int" />
|
<Property Name="Sec_ABO_CorrectNum" Type="int" />
|
<Property Name="Sec_RhD_CorrectNum" Type="int" />
|
<Property Name="Thd_ABO_CorrectNum" Type="int" />
|
<Property Name="Thd_RhD_CorrectNum" Type="int" />
|
<Property Name="First_W_Match_CorrectNum" Type="int" />
|
<Property Name="First_Y_Match_CorrectNum" Type="int" />
|
<Property Name="First_Z_Match_CorrectNum" Type="int" />
|
<Property Name="Sec_W_Match_CorrectNum" Type="int" />
|
<Property Name="Sec_Y_Match_CorrectNum" Type="int" />
|
<Property Name="Sec_Z_Match_CorrectNum" Type="int" />
|
<Property Name="Thd_W_Match_CorrectNum" Type="int" />
|
<Property Name="Thd_Y_Match_CorrectNum" Type="int" />
|
<Property Name="Thd_Z_Match_CorrectNum" Type="int" />
|
<Property Name="First_Detection_CorrectNum" Type="int" />
|
<Property Name="Sec_Detection_CorrectNum" Type="int" />
|
<Property Name="Thd_Detection_CorrectNum" Type="int" />
|
<Property Name="FirstAuthenticate_CorrectNum" Type="int" />
|
<Property Name="FirstAuthenticate_MultipleNum" Type="int" />
|
<Property Name="FirstAuthenticate_LessNum" Type="int" />
|
<Property Name="SecAuthenticate_CorrectNum" Type="int" />
|
<Property Name="SecAuthenticate_MultipleNum" Type="int" />
|
<Property Name="SecAuthenticate_LessNum" Type="int" />
|
<Property Name="ThdAuthenticate_CorrectNum" Type="int" />
|
<Property Name="ThdAuthenticate_MultipleNum" Type="int" />
|
<Property Name="ThdAuthenticate_LessNum" Type="int" />
|
<Property Name="ParticipantNum" Type="int" />
|
<Property Name="UpdateDate" Type="smalldatetime" Nullable="false" />
|
</EntityType>
|
<EntityType Name="Lab">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="LabName" Type="nvarchar" MaxLength="50" Nullable="false" />
|
<Property Name="LabCode" Type="nvarchar" MaxLength="20" Nullable="false" />
|
<Property Name="LabLoginName" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="LabLoginPassword" Type="varchar" MaxLength="20" Nullable="false" />
|
<Property Name="OrganizationName" Type="nvarchar" MaxLength="50" Nullable="false" />
|
<Property Name="Address" Type="nvarchar" MaxLength="50" Nullable="false" />
|
<Property Name="City" Type="nvarchar" MaxLength="50" Nullable="false" />
|
<Property Name="PostCode" Type="char" MaxLength="6" Nullable="false" />
|
<Property Name="PrincipalName" Type="nvarchar" MaxLength="20" Nullable="false" />
|
<Property Name="PrincipalTelephone" Type="varchar" MaxLength="50" />
|
<Property Name="PrincipalFax" Type="varchar" MaxLength="50" />
|
<Property Name="PrincipalMobilephone" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="PrincipalEmail" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="OperatorName" Type="nvarchar" MaxLength="20" Nullable="false" />
|
<Property Name="OperatorTelephone" Type="varchar" MaxLength="50" />
|
<Property Name="OperatorFax" Type="varchar" MaxLength="50" />
|
<Property Name="OperatorMobilephone" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="OperatorEmail" Type="varchar" MaxLength="50" Nullable="false" />
|
<Property Name="Remarks" Type="nvarchar" MaxLength="255" />
|
<Property Name="DateCreated" Type="smalldatetime" Nullable="false" />
|
<Property Name="IsAvailable" Type="tinyint" Nullable="false" />
|
</EntityType>
|
<EntityType Name="StandardAnswer">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
<Property Name="DistributionID" Type="int" Nullable="false" />
|
<Property Name="ProjectID" Type="int" Nullable="false" />
|
<Property Name="AnswerData" Type="ntext" />
|
<Property Name="ABO_RhD_FirstPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_W_FirstPatient" Type="bit" Nullable="false" />
|
<Property Name="AntibodyScreening_FirstPatient" Type="bit" Nullable="false" />
|
<Property Name="AntibodyIdentification_FirstPatient" Type="bit" Nullable="false" />
|
<Property Name="CreateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="AdminID" Type="int" Nullable="false" />
|
<Property Name="UpdateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="IsRead" Type="bit" Nullable="false" />
|
<Property Name="ABO_RhD_SecPatient" Type="bit" Nullable="false" />
|
<Property Name="ABO_RhD_ThdPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_W_SecPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_W_ThdPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_Y_FirstPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_Y_SecPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_Y_ThdPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_Z_FirstPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_Z_SecPatient" Type="bit" Nullable="false" />
|
<Property Name="CrossMatch_Z_ThdPatient" Type="bit" Nullable="false" />
|
<Property Name="AntibodyScreening_SecPatient" Type="bit" Nullable="false" />
|
<Property Name="AntibodyScreening_ThdPatient" Type="bit" Nullable="false" />
|
<Property Name="AntibodyIdentification_SecPatient" Type="bit" Nullable="false" />
|
<Property Name="AntibodyIdentification_ThdPatient" Type="bit" Nullable="false" />
|
</EntityType>
|
<EntityType Name="Template">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="int" Nullable="false" />
|
<Property Name="Name" Type="varchar" MaxLength="200" Nullable="false" />
|
<Property Name="Date" Type="smalldatetime" Nullable="false" />
|
<Property Name="url" Type="varchar" MaxLength="250" Nullable="false" />
|
<Property Name="UpdateDate" Type="smalldatetime" Nullable="false" />
|
<Property Name="ToAdmin" Type="bit" Nullable="false" />
|
<Property Name="ToOperator" Type="bit" Nullable="false" />
|
<Property Name="ToPricipal" Type="bit" Nullable="false" />
|
<Property Name="TempType" Type="tinyint" />
|
<Property Name="Remark" Type="varchar" MaxLength="800" />
|
<Property Name="TempClass" Type="tinyint" />
|
</EntityType>
|
<EntityContainer Name="hds1230001_dbModelStoreContainer">
|
<EntitySet Name="Administrator" EntityType="Self.Administrator" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="Apply" EntityType="Self.Apply" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="Article" EntityType="Self.Article" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="EQAAnswer" EntityType="Self.EQAAnswer" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="EQADistribution" EntityType="Self.EQADistribution" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="EQAParticipant" EntityType="Self.EQAParticipant" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="EQAProject" EntityType="Self.EQAProject" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="EQARead" EntityType="Self.EQARead" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="EQAResult" EntityType="Self.EQAResult" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="Lab" EntityType="Self.Lab" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="StandardAnswer" EntityType="Self.StandardAnswer" Schema="dbo" store:Type="Tables" />
|
<EntitySet Name="Template" EntityType="Self.Template" Schema="dbo" store:Type="Tables" />
|
</EntityContainer>
|
</Schema>
|
</edmx:StorageModels>
|
<!-- CSDL content -->
|
<edmx:ConceptualModels>
|
<Schema Namespace="hds1230001_dbModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
<EntityType Name="Administrator">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="UserName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="Password" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
</EntityType>
|
<EntityType Name="Apply">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="OrganizationName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="LabName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="Address" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="City" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="PostCode" Type="String" MaxLength="6" FixedLength="true" Unicode="false" Nullable="false" />
|
<Property Name="PrincipalName" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="PrincipalTelephone" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="PrincipalFax" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="PrincipalMobilephone" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="PrincipalEmail" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="OperatorName" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="OperatorTelephone" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="OperatorFax" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="OperatorMobilephone" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="OperatorEmail" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="JoinProjectID" Type="Int32" Nullable="false" />
|
<Property Name="DateApply" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="State" Type="Byte" Nullable="false" />
|
<Property Name="MatchedLabID" Type="Int32" Nullable="false" />
|
<Property Name="ConnectParticipantID" Type="Int32" Nullable="false" />
|
</EntityType>
|
<EntityType Name="Article">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="TYPE_ID" Type="Byte" Nullable="false" />
|
<Property Name="TITLE" Type="String" MaxLength="200" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="CONTENT" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
<Property Name="PIC_URL" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
<Property Name="FILE_URL" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
<Property Name="CreateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="AdminID" Type="Int32" Nullable="false" />
|
</EntityType>
|
<EntityType Name="EQAAnswer">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="DistributionID" Type="Int32" Nullable="false" />
|
<Property Name="Answer" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
<Property Name="CreateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="UpdateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="AdminID" Type="Int32" Nullable="false" />
|
<Property Name="FP_BloodGroup" Type="Boolean" Nullable="false" />
|
<Property Name="SP_BloodGroup" Type="Boolean" Nullable="false" />
|
<Property Name="TP_BloodGroup" Type="Boolean" Nullable="false" />
|
<Property Name="FP_DonorW_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="FP_DonorY_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="FP_DonorZ_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="SP_DonorW_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="SP_DonorY_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="SP_DonorZ_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="TP_DonorW_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="TP_DonorY_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="TP_DonorZ_CrossMatch" Type="Boolean" Nullable="false" />
|
<Property Name="FP_AntibodyScreen" Type="Boolean" Nullable="false" />
|
<Property Name="SP_AntibodyScreen" Type="Boolean" Nullable="false" />
|
<Property Name="TP_AntibodyScreen" Type="Boolean" Nullable="false" />
|
<Property Name="FP_AntibodyIdentification" Type="Boolean" Nullable="false" />
|
<Property Name="SP_AntibodyIdentification" Type="Boolean" Nullable="false" />
|
<Property Name="TP_AntibodyIdentification" Type="Boolean" Nullable="false" />
|
<Property Name="IsRead" Type="Boolean" Nullable="false" />
|
</EntityType>
|
<EntityType Name="EQADistribution">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="DistNo" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="IssuedDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="ClosedDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="Remarks" Type="String" MaxLength="1000" FixedLength="true" Unicode="true" />
|
</EntityType>
|
<EntityType Name="EQAParticipant">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="DistributionID" Type="Int32" Nullable="false" />
|
<Property Name="LabID" Type="Int32" Nullable="false" />
|
<Property Name="ProjectID" Type="Int32" Nullable="false" />
|
<Property Name="DateCreated" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="IsCharged" Type="Boolean" Nullable="false" />
|
<Property Name="IsExpressSended" Type="Boolean" Nullable="false" />
|
<Property Name="SampleSNO" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="ExpressBillCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="ExpressContent" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
<Property Name="SampleReceivedDate" Type="DateTime" Precision="0" />
|
<Property Name="SampleFeedbackData" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
<Property Name="DateBegin" Type="DateTime" Precision="0" />
|
<Property Name="IsDataChanged" Type="Boolean" Nullable="false" />
|
<Property Name="DateChanged" Type="DateTime" Precision="0" />
|
<Property Name="IsDataSubmitted" Type="Boolean" Nullable="false" />
|
<Property Name="DateSubmitted" Type="DateTime" Precision="0" />
|
<Property Name="DataProject" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
<Property Name="DataProjectAttachs" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
|
<Property Name="AdminID" Type="Int32" />
|
<Property Name="RegisteredLetter" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
<Property Name="IsRead" Type="Boolean" Nullable="false" />
|
<Property Name="ChargeNote" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
</EntityType>
|
<EntityType Name="EQAProject">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="Name" Type="String" MaxLength="100" FixedLength="false" Unicode="true" Nullable="false" />
|
<Property Name="Remarks" Type="String" MaxLength="100" FixedLength="true" Unicode="true" />
|
<Property Name="InterfaceModel" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="InterfaceData" Type="String" MaxLength="255" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="Fee" Type="String" MaxLength="40" FixedLength="false" Unicode="false" />
|
<Property Name="Available" Type="Boolean" />
|
</EntityType>
|
<EntityType Name="EQARead">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="DistributionID" Type="Int32" Nullable="false" />
|
<Property Name="ProjectID" Type="Int32" Nullable="false" />
|
<Property Name="StandardDeviation" Type="Decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Average" Type="Decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Z1" Type="Decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Z2" Type="Decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Z3" Type="Decimal" Precision="18" Scale="5" Nullable="false" />
|
<Property Name="Excellent" Type="Int32" Nullable="false" />
|
<Property Name="Normal" Type="Int32" Nullable="false" />
|
<Property Name="Failure" Type="Int32" Nullable="false" />
|
<Property Name="CreateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="UpdateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="AdminID" Type="Int32" Nullable="false" />
|
</EntityType>
|
<EntityType Name="EQAResult">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="DistributionID" Type="Int32" Nullable="false" />
|
<Property Name="ProjectID" Type="Int32" Nullable="false" />
|
<Property Name="AdminID" Type="Int32" Nullable="false" />
|
<Property Name="CreateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="First_ABO_CorrectNum" Type="Int32" />
|
<Property Name="First_RhD_CorrectNum" Type="Int32" />
|
<Property Name="Sec_ABO_CorrectNum" Type="Int32" />
|
<Property Name="Sec_RhD_CorrectNum" Type="Int32" />
|
<Property Name="Thd_ABO_CorrectNum" Type="Int32" />
|
<Property Name="Thd_RhD_CorrectNum" Type="Int32" />
|
<Property Name="First_W_Match_CorrectNum" Type="Int32" />
|
<Property Name="First_Y_Match_CorrectNum" Type="Int32" />
|
<Property Name="First_Z_Match_CorrectNum" Type="Int32" />
|
<Property Name="Sec_W_Match_CorrectNum" Type="Int32" />
|
<Property Name="Sec_Y_Match_CorrectNum" Type="Int32" />
|
<Property Name="Sec_Z_Match_CorrectNum" Type="Int32" />
|
<Property Name="Thd_W_Match_CorrectNum" Type="Int32" />
|
<Property Name="Thd_Y_Match_CorrectNum" Type="Int32" />
|
<Property Name="Thd_Z_Match_CorrectNum" Type="Int32" />
|
<Property Name="First_Detection_CorrectNum" Type="Int32" />
|
<Property Name="Sec_Detection_CorrectNum" Type="Int32" />
|
<Property Name="Thd_Detection_CorrectNum" Type="Int32" />
|
<Property Name="FirstAuthenticate_CorrectNum" Type="Int32" />
|
<Property Name="FirstAuthenticate_MultipleNum" Type="Int32" />
|
<Property Name="FirstAuthenticate_LessNum" Type="Int32" />
|
<Property Name="SecAuthenticate_CorrectNum" Type="Int32" />
|
<Property Name="SecAuthenticate_MultipleNum" Type="Int32" />
|
<Property Name="SecAuthenticate_LessNum" Type="Int32" />
|
<Property Name="ThdAuthenticate_CorrectNum" Type="Int32" />
|
<Property Name="ThdAuthenticate_MultipleNum" Type="Int32" />
|
<Property Name="ThdAuthenticate_LessNum" Type="Int32" />
|
<Property Name="ParticipantNum" Type="Int32" />
|
<Property Name="UpdateDate" Type="DateTime" Nullable="false" Precision="0" />
|
</EntityType>
|
<EntityType Name="Lab">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="LabName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
<Property Name="LabCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" Nullable="false" />
|
<Property Name="LabLoginName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="LabLoginPassword" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="OrganizationName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
<Property Name="Address" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
<Property Name="City" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
<Property Name="PostCode" Type="String" MaxLength="6" FixedLength="true" Unicode="false" Nullable="false" />
|
<Property Name="PrincipalName" Type="String" MaxLength="20" FixedLength="false" Unicode="true" Nullable="false" />
|
<Property Name="PrincipalTelephone" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="PrincipalFax" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="PrincipalMobilephone" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="PrincipalEmail" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="OperatorName" Type="String" MaxLength="20" FixedLength="false" Unicode="true" Nullable="false" />
|
<Property Name="OperatorTelephone" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="OperatorFax" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
<Property Name="OperatorMobilephone" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="OperatorEmail" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="Remarks" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
<Property Name="DateCreated" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="IsAvailable" Type="Byte" Nullable="false" />
|
</EntityType>
|
<EntityType Name="StandardAnswer">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
<Property Name="DistributionID" Type="Int32" Nullable="false" />
|
<Property Name="ProjectID" Type="Int32" Nullable="false" />
|
<Property Name="AnswerData" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
<Property Name="ABO_RhD_FirstPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_W_FirstPatient" Type="Boolean" Nullable="false" />
|
<Property Name="AntibodyScreening_FirstPatient" Type="Boolean" Nullable="false" />
|
<Property Name="AntibodyIdentification_FirstPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CreateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="AdminID" Type="Int32" Nullable="false" />
|
<Property Name="UpdateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="IsRead" Type="Boolean" Nullable="false" />
|
<Property Name="ABO_RhD_SecPatient" Type="Boolean" Nullable="false" />
|
<Property Name="ABO_RhD_ThdPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_W_SecPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_W_ThdPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_Y_FirstPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_Y_SecPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_Y_ThdPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_Z_FirstPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_Z_SecPatient" Type="Boolean" Nullable="false" />
|
<Property Name="CrossMatch_Z_ThdPatient" Type="Boolean" Nullable="false" />
|
<Property Name="AntibodyScreening_SecPatient" Type="Boolean" Nullable="false" />
|
<Property Name="AntibodyScreening_ThdPatient" Type="Boolean" Nullable="false" />
|
<Property Name="AntibodyIdentification_SecPatient" Type="Boolean" Nullable="false" />
|
<Property Name="AntibodyIdentification_ThdPatient" Type="Boolean" Nullable="false" />
|
</EntityType>
|
<EntityType Name="Template">
|
<Key>
|
<PropertyRef Name="ID" />
|
</Key>
|
<Property Name="ID" Type="Int32" Nullable="false" />
|
<Property Name="Name" Type="String" MaxLength="200" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="Date" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="url" Type="String" MaxLength="250" FixedLength="false" Unicode="false" Nullable="false" />
|
<Property Name="UpdateDate" Type="DateTime" Nullable="false" Precision="0" />
|
<Property Name="ToAdmin" Type="Boolean" Nullable="false" />
|
<Property Name="ToOperator" Type="Boolean" Nullable="false" />
|
<Property Name="ToPricipal" Type="Boolean" Nullable="false" />
|
<Property Name="TempType" Type="Byte" />
|
<Property Name="Remark" Type="String" MaxLength="800" FixedLength="false" Unicode="false" />
|
<Property Name="TempClass" Type="Byte" />
|
</EntityType>
|
<EntityContainer Name="hds1230001_dbEntities" annotation:LazyLoadingEnabled="true">
|
<EntitySet Name="Administrator" EntityType="Self.Administrator" />
|
<EntitySet Name="Apply" EntityType="Self.Apply" />
|
<EntitySet Name="Article" EntityType="Self.Article" />
|
<EntitySet Name="EQAAnswer" EntityType="Self.EQAAnswer" />
|
<EntitySet Name="EQADistribution" EntityType="Self.EQADistribution" />
|
<EntitySet Name="EQAParticipant" EntityType="Self.EQAParticipant" />
|
<EntitySet Name="EQAProject" EntityType="Self.EQAProject" />
|
<EntitySet Name="EQARead" EntityType="Self.EQARead" />
|
<EntitySet Name="EQAResult" EntityType="Self.EQAResult" />
|
<EntitySet Name="Lab" EntityType="Self.Lab" />
|
<EntitySet Name="StandardAnswer" EntityType="Self.StandardAnswer" />
|
<EntitySet Name="Template" EntityType="Self.Template" />
|
</EntityContainer>
|
</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="hds1230001_dbModelStoreContainer" CdmEntityContainer="hds1230001_dbEntities">
|
<EntitySetMapping Name="Administrator">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.Administrator">
|
<MappingFragment StoreEntitySet="Administrator">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="UserName" ColumnName="UserName" />
|
<ScalarProperty Name="Password" ColumnName="Password" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="Apply">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.Apply">
|
<MappingFragment StoreEntitySet="Apply">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="OrganizationName" ColumnName="OrganizationName" />
|
<ScalarProperty Name="LabName" ColumnName="LabName" />
|
<ScalarProperty Name="Address" ColumnName="Address" />
|
<ScalarProperty Name="City" ColumnName="City" />
|
<ScalarProperty Name="PostCode" ColumnName="PostCode" />
|
<ScalarProperty Name="PrincipalName" ColumnName="PrincipalName" />
|
<ScalarProperty Name="PrincipalTelephone" ColumnName="PrincipalTelephone" />
|
<ScalarProperty Name="PrincipalFax" ColumnName="PrincipalFax" />
|
<ScalarProperty Name="PrincipalMobilephone" ColumnName="PrincipalMobilephone" />
|
<ScalarProperty Name="PrincipalEmail" ColumnName="PrincipalEmail" />
|
<ScalarProperty Name="OperatorName" ColumnName="OperatorName" />
|
<ScalarProperty Name="OperatorTelephone" ColumnName="OperatorTelephone" />
|
<ScalarProperty Name="OperatorFax" ColumnName="OperatorFax" />
|
<ScalarProperty Name="OperatorMobilephone" ColumnName="OperatorMobilephone" />
|
<ScalarProperty Name="OperatorEmail" ColumnName="OperatorEmail" />
|
<ScalarProperty Name="JoinProjectID" ColumnName="JoinProjectID" />
|
<ScalarProperty Name="DateApply" ColumnName="DateApply" />
|
<ScalarProperty Name="State" ColumnName="State" />
|
<ScalarProperty Name="MatchedLabID" ColumnName="MatchedLabID" />
|
<ScalarProperty Name="ConnectParticipantID" ColumnName="ConnectParticipantID" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="Article">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.Article">
|
<MappingFragment StoreEntitySet="Article">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="TYPE_ID" ColumnName="TYPE_ID" />
|
<ScalarProperty Name="TITLE" ColumnName="TITLE" />
|
<ScalarProperty Name="CONTENT" ColumnName="CONTENT" />
|
<ScalarProperty Name="PIC_URL" ColumnName="PIC_URL" />
|
<ScalarProperty Name="FILE_URL" ColumnName="FILE_URL" />
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
<ScalarProperty Name="AdminID" ColumnName="AdminID" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="EQAAnswer">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.EQAAnswer">
|
<MappingFragment StoreEntitySet="EQAAnswer">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="DistributionID" ColumnName="DistributionID" />
|
<ScalarProperty Name="Answer" ColumnName="Answer" />
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
<ScalarProperty Name="UpdateDate" ColumnName="UpdateDate" />
|
<ScalarProperty Name="AdminID" ColumnName="AdminID" />
|
<ScalarProperty Name="FP_BloodGroup" ColumnName="FP_BloodGroup" />
|
<ScalarProperty Name="SP_BloodGroup" ColumnName="SP_BloodGroup" />
|
<ScalarProperty Name="TP_BloodGroup" ColumnName="TP_BloodGroup" />
|
<ScalarProperty Name="FP_DonorW_CrossMatch" ColumnName="FP_DonorW_CrossMatch" />
|
<ScalarProperty Name="FP_DonorY_CrossMatch" ColumnName="FP_DonorY_CrossMatch" />
|
<ScalarProperty Name="FP_DonorZ_CrossMatch" ColumnName="FP_DonorZ_CrossMatch" />
|
<ScalarProperty Name="SP_DonorW_CrossMatch" ColumnName="SP_DonorW_CrossMatch" />
|
<ScalarProperty Name="SP_DonorY_CrossMatch" ColumnName="SP_DonorY_CrossMatch" />
|
<ScalarProperty Name="SP_DonorZ_CrossMatch" ColumnName="SP_DonorZ_CrossMatch" />
|
<ScalarProperty Name="TP_DonorW_CrossMatch" ColumnName="TP_DonorW_CrossMatch" />
|
<ScalarProperty Name="TP_DonorY_CrossMatch" ColumnName="TP_DonorY_CrossMatch" />
|
<ScalarProperty Name="TP_DonorZ_CrossMatch" ColumnName="TP_DonorZ_CrossMatch" />
|
<ScalarProperty Name="FP_AntibodyScreen" ColumnName="FP_AntibodyScreen" />
|
<ScalarProperty Name="SP_AntibodyScreen" ColumnName="SP_AntibodyScreen" />
|
<ScalarProperty Name="TP_AntibodyScreen" ColumnName="TP_AntibodyScreen" />
|
<ScalarProperty Name="FP_AntibodyIdentification" ColumnName="FP_AntibodyIdentification" />
|
<ScalarProperty Name="SP_AntibodyIdentification" ColumnName="SP_AntibodyIdentification" />
|
<ScalarProperty Name="TP_AntibodyIdentification" ColumnName="TP_AntibodyIdentification" />
|
<ScalarProperty Name="IsRead" ColumnName="IsRead" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="EQADistribution">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.EQADistribution">
|
<MappingFragment StoreEntitySet="EQADistribution">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="DistNo" ColumnName="DistNo" />
|
<ScalarProperty Name="IssuedDate" ColumnName="IssuedDate" />
|
<ScalarProperty Name="ClosedDate" ColumnName="ClosedDate" />
|
<ScalarProperty Name="Remarks" ColumnName="Remarks" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="EQAParticipant">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.EQAParticipant">
|
<MappingFragment StoreEntitySet="EQAParticipant">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="DistributionID" ColumnName="DistributionID" />
|
<ScalarProperty Name="LabID" ColumnName="LabID" />
|
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
|
<ScalarProperty Name="DateCreated" ColumnName="DateCreated" />
|
<ScalarProperty Name="IsCharged" ColumnName="IsCharged" />
|
<ScalarProperty Name="IsExpressSended" ColumnName="IsExpressSended" />
|
<ScalarProperty Name="SampleSNO" ColumnName="SampleSNO" />
|
<ScalarProperty Name="ExpressBillCode" ColumnName="ExpressBillCode" />
|
<ScalarProperty Name="ExpressContent" ColumnName="ExpressContent" />
|
<ScalarProperty Name="SampleReceivedDate" ColumnName="SampleReceivedDate" />
|
<ScalarProperty Name="SampleFeedbackData" ColumnName="SampleFeedbackData" />
|
<ScalarProperty Name="DateBegin" ColumnName="DateBegin" />
|
<ScalarProperty Name="IsDataChanged" ColumnName="IsDataChanged" />
|
<ScalarProperty Name="DateChanged" ColumnName="DateChanged" />
|
<ScalarProperty Name="IsDataSubmitted" ColumnName="IsDataSubmitted" />
|
<ScalarProperty Name="DateSubmitted" ColumnName="DateSubmitted" />
|
<ScalarProperty Name="DataProject" ColumnName="DataProject" />
|
<ScalarProperty Name="DataProjectAttachs" ColumnName="DataProjectAttachs" />
|
<ScalarProperty Name="AdminID" ColumnName="AdminID" />
|
<ScalarProperty Name="RegisteredLetter" ColumnName="RegisteredLetter" />
|
<ScalarProperty Name="IsRead" ColumnName="IsRead" />
|
<ScalarProperty Name="ChargeNote" ColumnName="ChargeNote" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="EQAProject">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.EQAProject">
|
<MappingFragment StoreEntitySet="EQAProject">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
<ScalarProperty Name="Remarks" ColumnName="Remarks" />
|
<ScalarProperty Name="InterfaceModel" ColumnName="InterfaceModel" />
|
<ScalarProperty Name="InterfaceData" ColumnName="InterfaceData" />
|
<ScalarProperty Name="Fee" ColumnName="Fee" />
|
<ScalarProperty Name="Available" ColumnName="Available" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="EQARead">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.EQARead">
|
<MappingFragment StoreEntitySet="EQARead">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="DistributionID" ColumnName="DistributionID" />
|
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
|
<ScalarProperty Name="StandardDeviation" ColumnName="StandardDeviation" />
|
<ScalarProperty Name="Average" ColumnName="Average" />
|
<ScalarProperty Name="Z1" ColumnName="Z1" />
|
<ScalarProperty Name="Z2" ColumnName="Z2" />
|
<ScalarProperty Name="Z3" ColumnName="Z3" />
|
<ScalarProperty Name="Excellent" ColumnName="Excellent" />
|
<ScalarProperty Name="Normal" ColumnName="Normal" />
|
<ScalarProperty Name="Failure" ColumnName="Failure" />
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
<ScalarProperty Name="UpdateDate" ColumnName="UpdateDate" />
|
<ScalarProperty Name="AdminID" ColumnName="AdminID" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="EQAResult">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.EQAResult">
|
<MappingFragment StoreEntitySet="EQAResult">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="DistributionID" ColumnName="DistributionID" />
|
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
|
<ScalarProperty Name="AdminID" ColumnName="AdminID" />
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
<ScalarProperty Name="First_ABO_CorrectNum" ColumnName="First_ABO_CorrectNum" />
|
<ScalarProperty Name="First_RhD_CorrectNum" ColumnName="First_RhD_CorrectNum" />
|
<ScalarProperty Name="Sec_ABO_CorrectNum" ColumnName="Sec_ABO_CorrectNum" />
|
<ScalarProperty Name="Sec_RhD_CorrectNum" ColumnName="Sec_RhD_CorrectNum" />
|
<ScalarProperty Name="Thd_ABO_CorrectNum" ColumnName="Thd_ABO_CorrectNum" />
|
<ScalarProperty Name="Thd_RhD_CorrectNum" ColumnName="Thd_RhD_CorrectNum" />
|
<ScalarProperty Name="First_W_Match_CorrectNum" ColumnName="First_W_Match_CorrectNum" />
|
<ScalarProperty Name="First_Y_Match_CorrectNum" ColumnName="First_Y_Match_CorrectNum" />
|
<ScalarProperty Name="First_Z_Match_CorrectNum" ColumnName="First_Z_Match_CorrectNum" />
|
<ScalarProperty Name="Sec_W_Match_CorrectNum" ColumnName="Sec_W_Match_CorrectNum" />
|
<ScalarProperty Name="Sec_Y_Match_CorrectNum" ColumnName="Sec_Y_Match_CorrectNum" />
|
<ScalarProperty Name="Sec_Z_Match_CorrectNum" ColumnName="Sec_Z_Match_CorrectNum" />
|
<ScalarProperty Name="Thd_W_Match_CorrectNum" ColumnName="Thd_W_Match_CorrectNum" />
|
<ScalarProperty Name="Thd_Y_Match_CorrectNum" ColumnName="Thd_Y_Match_CorrectNum" />
|
<ScalarProperty Name="Thd_Z_Match_CorrectNum" ColumnName="Thd_Z_Match_CorrectNum" />
|
<ScalarProperty Name="First_Detection_CorrectNum" ColumnName="First_Detection_CorrectNum" />
|
<ScalarProperty Name="Sec_Detection_CorrectNum" ColumnName="Sec_Detection_CorrectNum" />
|
<ScalarProperty Name="Thd_Detection_CorrectNum" ColumnName="Thd_Detection_CorrectNum" />
|
<ScalarProperty Name="FirstAuthenticate_CorrectNum" ColumnName="FirstAuthenticate_CorrectNum" />
|
<ScalarProperty Name="FirstAuthenticate_MultipleNum" ColumnName="FirstAuthenticate_MultipleNum" />
|
<ScalarProperty Name="FirstAuthenticate_LessNum" ColumnName="FirstAuthenticate_LessNum" />
|
<ScalarProperty Name="SecAuthenticate_CorrectNum" ColumnName="SecAuthenticate_CorrectNum" />
|
<ScalarProperty Name="SecAuthenticate_MultipleNum" ColumnName="SecAuthenticate_MultipleNum" />
|
<ScalarProperty Name="SecAuthenticate_LessNum" ColumnName="SecAuthenticate_LessNum" />
|
<ScalarProperty Name="ThdAuthenticate_CorrectNum" ColumnName="ThdAuthenticate_CorrectNum" />
|
<ScalarProperty Name="ThdAuthenticate_MultipleNum" ColumnName="ThdAuthenticate_MultipleNum" />
|
<ScalarProperty Name="ThdAuthenticate_LessNum" ColumnName="ThdAuthenticate_LessNum" />
|
<ScalarProperty Name="ParticipantNum" ColumnName="ParticipantNum" />
|
<ScalarProperty Name="UpdateDate" ColumnName="UpdateDate" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="Lab">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.Lab">
|
<MappingFragment StoreEntitySet="Lab">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="LabName" ColumnName="LabName" />
|
<ScalarProperty Name="LabCode" ColumnName="LabCode" />
|
<ScalarProperty Name="LabLoginName" ColumnName="LabLoginName" />
|
<ScalarProperty Name="LabLoginPassword" ColumnName="LabLoginPassword" />
|
<ScalarProperty Name="OrganizationName" ColumnName="OrganizationName" />
|
<ScalarProperty Name="Address" ColumnName="Address" />
|
<ScalarProperty Name="City" ColumnName="City" />
|
<ScalarProperty Name="PostCode" ColumnName="PostCode" />
|
<ScalarProperty Name="PrincipalName" ColumnName="PrincipalName" />
|
<ScalarProperty Name="PrincipalTelephone" ColumnName="PrincipalTelephone" />
|
<ScalarProperty Name="PrincipalFax" ColumnName="PrincipalFax" />
|
<ScalarProperty Name="PrincipalMobilephone" ColumnName="PrincipalMobilephone" />
|
<ScalarProperty Name="PrincipalEmail" ColumnName="PrincipalEmail" />
|
<ScalarProperty Name="OperatorName" ColumnName="OperatorName" />
|
<ScalarProperty Name="OperatorTelephone" ColumnName="OperatorTelephone" />
|
<ScalarProperty Name="OperatorFax" ColumnName="OperatorFax" />
|
<ScalarProperty Name="OperatorMobilephone" ColumnName="OperatorMobilephone" />
|
<ScalarProperty Name="OperatorEmail" ColumnName="OperatorEmail" />
|
<ScalarProperty Name="Remarks" ColumnName="Remarks" />
|
<ScalarProperty Name="DateCreated" ColumnName="DateCreated" />
|
<ScalarProperty Name="IsAvailable" ColumnName="IsAvailable" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="StandardAnswer">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.StandardAnswer">
|
<MappingFragment StoreEntitySet="StandardAnswer">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="DistributionID" ColumnName="DistributionID" />
|
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
|
<ScalarProperty Name="AnswerData" ColumnName="AnswerData" />
|
<ScalarProperty Name="ABO_RhD_FirstPatient" ColumnName="ABO_RhD_FirstPatient" />
|
<ScalarProperty Name="CrossMatch_W_FirstPatient" ColumnName="CrossMatch_W_FirstPatient" />
|
<ScalarProperty Name="AntibodyScreening_FirstPatient" ColumnName="AntibodyScreening_FirstPatient" />
|
<ScalarProperty Name="AntibodyIdentification_FirstPatient" ColumnName="AntibodyIdentification_FirstPatient" />
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
<ScalarProperty Name="AdminID" ColumnName="AdminID" />
|
<ScalarProperty Name="UpdateDate" ColumnName="UpdateDate" />
|
<ScalarProperty Name="IsRead" ColumnName="IsRead" />
|
<ScalarProperty Name="ABO_RhD_SecPatient" ColumnName="ABO_RhD_SecPatient" />
|
<ScalarProperty Name="ABO_RhD_ThdPatient" ColumnName="ABO_RhD_ThdPatient" />
|
<ScalarProperty Name="CrossMatch_W_SecPatient" ColumnName="CrossMatch_W_SecPatient" />
|
<ScalarProperty Name="CrossMatch_W_ThdPatient" ColumnName="CrossMatch_W_ThdPatient" />
|
<ScalarProperty Name="CrossMatch_Y_FirstPatient" ColumnName="CrossMatch_Y_FirstPatient" />
|
<ScalarProperty Name="CrossMatch_Y_SecPatient" ColumnName="CrossMatch_Y_SecPatient" />
|
<ScalarProperty Name="CrossMatch_Y_ThdPatient" ColumnName="CrossMatch_Y_ThdPatient" />
|
<ScalarProperty Name="CrossMatch_Z_FirstPatient" ColumnName="CrossMatch_Z_FirstPatient" />
|
<ScalarProperty Name="CrossMatch_Z_SecPatient" ColumnName="CrossMatch_Z_SecPatient" />
|
<ScalarProperty Name="CrossMatch_Z_ThdPatient" ColumnName="CrossMatch_Z_ThdPatient" />
|
<ScalarProperty Name="AntibodyScreening_SecPatient" ColumnName="AntibodyScreening_SecPatient" />
|
<ScalarProperty Name="AntibodyScreening_ThdPatient" ColumnName="AntibodyScreening_ThdPatient" />
|
<ScalarProperty Name="AntibodyIdentification_SecPatient" ColumnName="AntibodyIdentification_SecPatient" />
|
<ScalarProperty Name="AntibodyIdentification_ThdPatient" ColumnName="AntibodyIdentification_ThdPatient" />
|
</MappingFragment>
|
</EntityTypeMapping>
|
</EntitySetMapping>
|
<EntitySetMapping Name="Template">
|
<EntityTypeMapping TypeName="hds1230001_dbModel.Template">
|
<MappingFragment StoreEntitySet="Template">
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
<ScalarProperty Name="Date" ColumnName="Date" />
|
<ScalarProperty Name="url" ColumnName="url" />
|
<ScalarProperty Name="UpdateDate" ColumnName="UpdateDate" />
|
<ScalarProperty Name="ToAdmin" ColumnName="ToAdmin" />
|
<ScalarProperty Name="ToOperator" ColumnName="ToOperator" />
|
<ScalarProperty Name="ToPricipal" ColumnName="ToPricipal" />
|
<ScalarProperty Name="TempType" ColumnName="TempType" />
|
<ScalarProperty Name="Remark" ColumnName="Remark" />
|
<ScalarProperty Name="TempClass" ColumnName="TempClass" />
|
</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>
|