File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
In.ProjectEKA.HipLibrary/Patient/Model
In.ProjectEKA.HipService/Common/Model
test/In.ProjectEKA.DefaultHipTest/DataFlow Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ public enum HiType
88 MedicationRequest ,
99 DocumentReference ,
1010 Prescription ,
11- DischargeSummary
11+ DischargeSummary ,
12+ OPConsultation
1213 }
1314}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ public enum HiType
88 MedicationRequest ,
99 DocumentReference ,
1010 Prescription ,
11- DischargeSummary
11+ DischargeSummary ,
12+ OPConsultation
1213 }
1314}
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ private async void ReturnEntriesForHina()
3434 HiType . MedicationRequest ,
3535 HiType . DocumentReference ,
3636 HiType . Prescription ,
37- HiType . DischargeSummary
37+ HiType . DischargeSummary ,
38+ HiType . OPConsultation
3839 } ;
3940 var dataRequest = new DataRequest ( grantedContexts ,
4041 dateRange ,
You can’t perform that action at this time.
0 commit comments