Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
e71c6b21
Commit
e71c6b21
authored
Feb 25, 2021
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
his数据提取科室保存字段修改
parent
d15d08c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
performance/Performance.EntityModels/Other/HisData.cs
+10
-0
performance/Performance.Services/ExtractExcelService/DictionaryService.cs
+1
-1
No files found.
performance/Performance.EntityModels/Other/HisData.cs
View file @
e71c6b21
...
...
@@ -7,11 +7,21 @@ namespace Performance.EntityModels
public
class
HisData
{
/// <summary>
/// His科室
/// </summary>
public
string
HisDepartment
{
get
;
set
;
}
/// <summary>
/// 科室
/// </summary>
public
string
Department
{
get
;
set
;
}
/// <summary>
/// 核算单元
/// </summary>
public
string
AccountingUnit
{
get
;
set
;
}
/// <summary>
/// 医生姓名
/// </summary>
public
string
DoctorName
{
get
;
set
;
}
...
...
performance/Performance.Services/ExtractExcelService/DictionaryService.cs
View file @
e71c6b21
...
...
@@ -133,7 +133,7 @@ private void HisData(per_allot allot, sys_hospitalconfig config, his_script scri
AllotId
=
allot
.
ID
,
Year
=
allot
.
Year
,
Month
=
allot
.
Month
,
Department
=
t
.
Department
,
HisDepartment
=
GetSaveValue
(
t
.
HisDepartment
,
t
.
Department
,
t
.
AccountingUnit
)
,
PersonnelName
=
t
.
DoctorName
,
PersonnelNumber
=
GetSaveValue
(
t
.
PersonnelNumber
,
t
.
DoctorName
),
SourceType
=
script
.
SourceType
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment