-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Hepatitis-C support to test card (#8226)
* Update constants and hooks for hep C * Add Hepatitis-C AOE constants * Add Hepatitis-C AOE form * Fix padding on checkboxes * Use auto col width for Hep C and syphilis AOE forms * Update snapshots for checkboxes * Update test for hep c * Add AOE utils test for hep c * Update hep c mock tests * Update spacing on COVID AOE form
- Loading branch information
Showing
21 changed files
with
1,665 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...tend/src/app/supportAdmin/DeviceType/mocks/mockSupportedDiseaseTestPerformedHepatitisC.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
const mockSupportedDiseaseTestPerformedHepatitisC = [ | ||
{ | ||
supportedDisease: { | ||
internalId: "82748233-1780-4303-b5fe-05c1d3f34ab7", | ||
loinc: "LP14400-3", | ||
name: "Hepatitis-C", | ||
}, | ||
testPerformedLoincCode: "80389-6", | ||
equipmentUid: "HepatitisCEquipmentUid123", | ||
testkitNameId: "HepatitisCTestkitNameId123", | ||
testOrderedLoincCode: "80389-6", | ||
}, | ||
]; | ||
|
||
export default mockSupportedDiseaseTestPerformedHepatitisC; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.