Web Clients
  1. Web Clients

eGraviditet

Public
AuthorCommitMessageCommit dateIssues
Nicolai OlsenNicolai Olsen
28538102206Added hover styling for data-fields - reduced tooltip delay
Nicolai OlsenNicolai Olsen
6bf88f87839Made specialConditions an array of strings.Separate mapping function.
Nicolai OlsenNicolai Olsen
eeb5f9c5e3bAdded yet another ngIf allowing routing if field contains array of values.
Nicolai OlsenNicolai Olsen
e6d098b0c20Added stubdata for DataCard
Nicolai OlsenNicolai Olsen
cab6a1d935cAdded 'primary' class.Added title for tooltips. versioned-sections now utilizes tooltip titles.
Nicolai OlsenNicolai Olsen
6d1135b534fMPull request #33: Feature/extnol/api services reworkMerge in WEC/egraviditet from feature/extnol/api-services-rework to develop * commit 'eb02ccd15124b4c0df24b2331949a4a0506cd011': (43 commits) Replaced daysInMensCycle with daysInMensCycleMax getters and setters for daysInMensCycleMin & Max methods. Moved url responsibilities around. Added comment for 'strange bug' with window.location.reload Made unit-tests for observation.service ...
Nicolai OlsenNicolai Olsen
eb02ccd1512Replaced daysInMensCycle with daysInMensCycleMax
Nicolai OlsenNicolai Olsen
ffd9e6784fcgetters and setters for daysInMensCycleMin & Max methods.
Nicolai OlsenNicolai Olsen
839cbb6eb09Moved url responsibilities around.
Nicolai OlsenNicolai Olsen
02dfe865a88Added comment for 'strange bug' with window.location.reload
Nicolai OlsenNicolai Olsen
d6d54e1256cMade unit-tests for observation.service
Nicolai OlsenNicolai Olsen
1b1f24c7ca5Made unit-tests for care-plan.service
Nicolai OlsenNicolai Olsen
6498f2e366acleaned up unit-tests
Nicolai OlsenNicolai Olsen
dcf18dbb694Removed data-source.service
Nicolai OlsenNicolai Olsen
227dc6500b5Moved dataSource unit tests to data-card.
Nicolai OlsenNicolai Olsen
663d9cb8bccAdded comment.
Nicolai OlsenNicolai Olsen
d2af3b49e7eMoved DataSource logic into the respective api-services, updated all components and unit-tests to not use DataSourceService anymore.
Nicolai OlsenNicolai Olsen
b17aaeb17c1Refactor ngOnInit logic into separate setup functions.
Nicolai OlsenNicolai Olsen
ebc6aeab7b4Removed BASE_PATH provided variable
Nicolai OlsenNicolai Olsen
be832449ce2Made setup helper functions to clean up ngOnInit function.
Nicolai OlsenNicolai Olsen
89469339b03Using first() pipe instead of manually trying to unsubscribe
Nicolai OlsenNicolai Olsen
ecf01e4a4daChanged data load orders.UserContext -> DataCard -> episodeOfCare, scan, clinical. Publishing episodeOfCare everytime it is set -> CarePlan.
Nicolai OlsenNicolai Olsen
7c55493489fRemoved temporary utils/enums.ts
Nicolai OlsenNicolai Olsen
d7ef1d7b60dFixed broken unit-tests
Nicolai OlsenNicolai Olsen
d115a1b5f2aMoved throwing of PartialDataCardError to app.component and fixed the error handling
Nicolai OlsenNicolai Olsen
2af9cd00367Fixed broken unit tests and removed obsolete unit tests.
Nicolai OlsenNicolai Olsen
3c8f9d9f1bcClinicalObservationTable and UltraSoundObservationTables are now handled with inner subjects and observables inside data-source as well.
Nicolai OlsenNicolai Olsen
d315c89b223Fixed bloodpressure measurement on clinical obs table.
Nicolai OlsenNicolai Olsen
e7423cbb5b3completed table values
Nicolai OlsenNicolai Olsen
2d6b011e36dMajor 'dataSource observables' overhaul. Now using 'refresh' methods to get resources and manually publishing into separate subjects when ready.Handling of partial datacards now via PartialDataCardError & error.service
Nicolai OlsenNicolai Olsen
57bd2178c77Fixed a bug where DialogComponents' ngOnInit would only be called after dialog was closed
Nicolai OlsenNicolai Olsen
b5489a6fe0aMoved extendUrlAndCall function to api.service
Nicolai OlsenNicolai Olsen
faea720739aFixed broken unit-tests
Nicolai OlsenNicolai Olsen
9e51d62a546Removed facade-api project and corrected meta/config/building files to reflect this change.
Nicolai OlsenNicolai Olsen
a4bc5958a10Removed some legacy facade-api imports
Nicolai OlsenNicolai Olsen
087994f2692Removed debugging prints
Nicolai OlsenNicolai Olsen
e91b5b20ca7defined apiBase
Nicolai OlsenNicolai Olsen
a3cd44bfffbMoved route helper function to routing.module
Nicolai OlsenNicolai Olsen
860c5cec0f1Moved apiUrls to new URL_STRING_LITERALS
Nicolai OlsenNicolai Olsen
bfeb9014b44Fixed building errors - Now using Enums and model properly
Nicolai OlsenNicolai Olsen
40fe161f84cMMerge with 'develop'
Nicolai OlsenNicolai Olsen
ca5ba83d210Major changes - WARNING: Does not work
Mathias Wulff TejlgaardMathias Wulff Tejlgaard
a9cd859c563MMerge branch 'feature/mwt/misc-changes' into develop
Mathias Wulff TejlgaardMathias Wulff Tejlgaard
344cece4c7fdemo using generated consts
rbttriforkrbttrifork
df16a1d3693added missing imports
rbttriforkrbttrifork
799da70d891fixed circular reference
rbttriforkrbttrifork
e09871be816MMerge branch 'develop' of https://git.nspop.dk/scm/wec/egraviditet into develop
rbttriforkrbttrifork
16121247e0aadded prod path
Nicolai OlsenNicolai Olsen
2a4b69367f7Created observation.service.Updated data-source to utilize observation.service and removed ApplicationContext
Nicolai OlsenNicolai Olsen
1432f217871made handleError private