-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add unique id for each type of Accordion resource (#302) * Patientapp 94 add a flexible icon to the encounter (#300) * Refactor the header icon to accept the url icon * Refactor encounter resource name * Refactor an encounter component to use a header icon * Refactor a condition component to use an icon from url * Refactor an immunization component to use an icon from url * Refactor a procedure component to use an icon from url * Refactor a resourceCategory component to use an icon from url * Refactor ways to add a header img * Refactor the encounter to display the header icon from different ways * Refactor the condition to display the header icon from different ways * Refactor the immunization to display the header icon from different ways * Refactor the procedure to display the header icon from different ways * Refactor use a default header icon * Refactor test for a default header icon * Refactor the size of a header icon * Refactor handling a header icon from the url or the import * Patientapp 95 add a flexible icon to the appointment component (#304) * Refactor the header icon to accept the url icon * Refactor encounter resource name * Refactor an encounter component to use a header icon * Refactor a condition component to use an icon from url * Refactor an immunization component to use an icon from url * Refactor a procedure component to use an icon from url * Refactor a resourceCategory component to use an icon from url * Refactor ways to add a header img * Refactor the encounter to display the header icon from different ways * Refactor the condition to display the header icon from different ways * Refactor the immunization to display the header icon from different ways * Refactor the procedure to display the header icon from different ways * Refactor use a default header icon * Refactor test for a default header icon * Refactor the appointment to display the header icon from different ways * Change version in package.json * Change version in package-lock.json * Refactor a header icon sizes * Add new tests to the appointment component * Patientapp 96 add a flexible icon to the explanation of benefit component (#305) * Add a function convertCamelCaseToSentence * Add a function convertCamelCaseToSentence to the header icon component * Refactor the ExplanationOfBenefit to display the header icon from different ways * Refactor the Observation to display the header icon from different ways (#307) * [PATIENTAPP-57] Add FHIR Resource: Medication Order/Medication Request (#306) * update styles for component Medication Order and Medication Request * add icon to storybook * update header word break * [PATIENTAPP-59] Add FHIR Resource: Allergy/Intolerance (#303) * update styles for Allergy intolerance component * [PATIENTAPP-58] Add FHIR Resource: Medication Statement (#310) Add FHIR Resource: MedicationStatement component * [PATIENTAPP-56] Add FHIR Resource: Family Member History (#312) * update styles for component FamilyMemberHistory * fix lint * [Patientapp-54] add fhir resource care plan (#314) * Fixed bug with a long text at a data table value label * Refactor the care plan resource * Refactor tests at the care plan resource * add DiagnosticReport component (#313) * [PATIENTAPP-51] Add FHIR Resource: Document Reference (#317) * addd DocumentReference component * fix lint * Refactor the device resource (#316) * [PATIENTAPP-53] Add FHIR Resource: Goal (#315) * update styles for Goal component * update tests * [PATIENTAPP-50] Add FHIR Resource: Binary (#318) * update styles for Binary component * update Accordion condition * add Binary icon * [PATIENTAPP-100] Review FHIR components 0.3.5 (#320) Update MedicationStatement tests, update FamilyMemberHistory & DiagnosticReport components * Refactor a format date to use a UTC time zone (#321) * Refactor a version in the package.json Co-authored-by: Michał Maksajda <[email protected]> Co-authored-by: Jacek Sańko <[email protected]> Co-authored-by: jaceksanko <[email protected]>
- Loading branch information
1 parent
057b515
commit 3ac2079
Showing
42 changed files
with
1,420 additions
and
1,570 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
.fhir-datatype__CodeableConcept { | ||
flex: 1; | ||
} | ||
|
||
.fhir-datatype__CodeableConcept-item-label { | ||
font-size: 80%; | ||
font-weight: 400; | ||
} |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.fhir-datatype__Coding__code { | ||
font-style: italic; | ||
cursor: help; | ||
} |
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,3 @@ | ||
.fhir-datatype__Reference { | ||
word-break: break-all; | ||
} |
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
4 changes: 0 additions & 4 deletions
4
src/components/resources/AllergyIntolerance/AllergyIntolerance.css
This file was deleted.
Oops, something went wrong.
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.