aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/formats/json/record
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ApiUpdateRecord 'meta' attributeAleksandr2017-09-251-1/+1
|
* Fixed formatting code issuesAleksandr2017-09-211-2/+2
|
* Fixed meta attribute filling of MedicalRecord when one transforms it from ↵Aleksandr2017-09-211-43/+51
| | | | ApiRecord; Fixed FuzzyValue fromString method: on proviedstring it transformes the string to lower case and capitalize it
* Implement ReP rest servicesJakob Odersky2017-07-252-3/+37
|
* PDSUI-2018 Change user type from LongId to StringIdVyatcheslav Suharnikov2017-07-122-13/+13
|
* PDSUI-2080 Disease field was exposed in ReP REST API for Medical Record entityVladislav Medvedev2017-07-061-0/+3
|
* Latest PDS UI utils including all the domain stuffv0.1.12vlad2017-06-302-0/+4
|
* Latest PDS UI utilsvlad2017-06-304-40/+44
|
* All PDS UI domain models, API case classes, service traits and necessary ↵v0.1.11vlad2017-06-274-0/+175
utils moved to pdsui-common