Skip to content

Commit 86b2119

Browse files
authored
679 | Leela Prasanth | Adds OpConsultation Hi type (#337)
* 679 | Leela Prasanth | Adds OpConsultation Hi type * 679 | Leela Prasanth | Removes Op consulation mappings in carecontext mapping file
1 parent 3dffe00 commit 86b2119

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/In.ProjectEKA.HipLibrary/Patient/Model/HiType.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ public enum HiType
88
MedicationRequest,
99
DocumentReference,
1010
Prescription,
11-
DischargeSummary
11+
DischargeSummary,
12+
OPConsultation
1213
}
1314
}

src/In.ProjectEKA.HipService/Common/Model/HiType.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ public enum HiType
88
MedicationRequest,
99
DocumentReference,
1010
Prescription,
11-
DischargeSummary
11+
DischargeSummary,
12+
OPConsultation
1213
}
1314
}

test/In.ProjectEKA.DefaultHipTest/DataFlow/CollectTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)