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
61548f28
Commit
61548f28
authored
Sep 14, 2020
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
科室字典-特殊核算组
parent
fb538066
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
performance/Performance.Services/PersonService.cs
+3
-0
No files found.
performance/Performance.Services/PersonService.cs
View file @
61548f28
...
@@ -33,6 +33,8 @@ public class PersonService : IAutoInjection
...
@@ -33,6 +33,8 @@ public class PersonService : IAutoInjection
{
nameof
(
DeptdicResponse
.
InpatDoctorAccounting
),
(
UnitType
.
医生组
.
ToString
(),
"住院"
)
},
{
nameof
(
DeptdicResponse
.
InpatDoctorAccounting
),
(
UnitType
.
医生组
.
ToString
(),
"住院"
)
},
{
nameof
(
DeptdicResponse
.
InpatNurseAccounting
),
(
UnitType
.
护理组
.
ToString
(),
"住院"
)
},
{
nameof
(
DeptdicResponse
.
InpatNurseAccounting
),
(
UnitType
.
护理组
.
ToString
(),
"住院"
)
},
{
nameof
(
DeptdicResponse
.
InpatTechnicAccounting
),
(
UnitType
.
医技组
.
ToString
(),
"住院"
)
},
{
nameof
(
DeptdicResponse
.
InpatTechnicAccounting
),
(
UnitType
.
医技组
.
ToString
(),
"住院"
)
},
{
nameof
(
DeptdicResponse
.
LogisticsAccounting
),
(
UnitType
.
行政后勤
.
ToString
(),
null
)
},
{
nameof
(
DeptdicResponse
.
SpecialAccounting
),
(
UnitType
.
特殊核算组
.
ToString
(),
null
)
},
};
};
public
PersonService
(
ILogger
<
PersonService
>
logger
,
public
PersonService
(
ILogger
<
PersonService
>
logger
,
...
@@ -285,6 +287,7 @@ public IEnumerable<DeptdicResponse> GetDepartments(int hospitalId)
...
@@ -285,6 +287,7 @@ public IEnumerable<DeptdicResponse> GetDepartments(int hospitalId)
InpatNurseAccounting
=
GetDeptdic
(
t
.
FirstOrDefault
(
group
=>
group
.
Department
==
t
.
Key
.
Department
&&
group
.
HISDeptName
==
t
.
Key
.
HISDeptName
&&
group
.
UnitType
==
UnitType
.
护理组
.
ToString
()
&&
group
.
Source
==
"住院"
)),
InpatNurseAccounting
=
GetDeptdic
(
t
.
FirstOrDefault
(
group
=>
group
.
Department
==
t
.
Key
.
Department
&&
group
.
HISDeptName
==
t
.
Key
.
HISDeptName
&&
group
.
UnitType
==
UnitType
.
护理组
.
ToString
()
&&
group
.
Source
==
"住院"
)),
InpatTechnicAccounting
=
GetDeptdic
(
t
.
FirstOrDefault
(
group
=>
group
.
Department
==
t
.
Key
.
Department
&&
group
.
HISDeptName
==
t
.
Key
.
HISDeptName
&&
group
.
UnitType
==
UnitType
.
医技组
.
ToString
()
&&
group
.
Source
==
"住院"
)),
InpatTechnicAccounting
=
GetDeptdic
(
t
.
FirstOrDefault
(
group
=>
group
.
Department
==
t
.
Key
.
Department
&&
group
.
HISDeptName
==
t
.
Key
.
HISDeptName
&&
group
.
UnitType
==
UnitType
.
医技组
.
ToString
()
&&
group
.
Source
==
"住院"
)),
LogisticsAccounting
=
GetDeptdic
(
t
.
FirstOrDefault
(
group
=>
group
.
Department
==
t
.
Key
.
Department
&&
group
.
HISDeptName
==
t
.
Key
.
HISDeptName
&&
group
.
UnitType
==
UnitType
.
行政后勤
.
ToString
())),
LogisticsAccounting
=
GetDeptdic
(
t
.
FirstOrDefault
(
group
=>
group
.
Department
==
t
.
Key
.
Department
&&
group
.
HISDeptName
==
t
.
Key
.
HISDeptName
&&
group
.
UnitType
==
UnitType
.
行政后勤
.
ToString
())),
SpecialAccounting
=
GetDeptdic
(
t
.
FirstOrDefault
(
group
=>
group
.
Department
==
t
.
Key
.
Department
&&
group
.
HISDeptName
==
t
.
Key
.
HISDeptName
&&
group
.
UnitType
==
UnitType
.
特殊核算组
.
ToString
())),
CreateTime
=
t
.
Max
(
group
=>
group
.
CreateTime
)
CreateTime
=
t
.
Max
(
group
=>
group
.
CreateTime
)
});
});
...
...
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