@mdobject/mdobject
Advanced tools
Changelog
Release 2.0.0-alpha.2.4
Added implementation for Problem.save() New abstract EmrObject<T> added. Problem extends EmrObject<Problem> Added sample for FHIR Conditions. Added FHIR implementation for types. Added FHIR Bundle, BundleTypeCode, EntryBundle, Search, Signature object.
Changelog
Release 2.0.0-alpha.2.3
Added export EmrContents class.
Update demo to output data from EmrContents
* Problem list marked problems removed during current update with the status: Removed
Added "PROB_REMOVED" to the simulator demo view
* The version contant is pulling the version from project.json
Added About form for the mdObjectAngularDemo project
* Added Problems filtration. See README.md in the src/classes. Array<T> now is simplified with the status filtration
* Fhir call removed from mdObject
New Fhir classes added: Condition, CodeableConcept, Coding, Resource
Added Problem conversion: let problem: Problem = Problem.fromFhir(condition);
* The mdObject.emr.melContent is EmrContents type. Set reload to true, to reload content.
* Problems extends Array<Problem>.
Fixed angular.js demo. Angular.js is local now.
Changelog
Release 2.0.0-alpha.2.2
Fixed bug with Add Allergy return code. Fixed simulator validation. Added emrContentsAsync in Emr. Added EmrContents an array of EmrContent. * Modified EmrContent the "save" method is using the ObjectState enum to control Add/Update/Remove * The EmrContent value encoding removed. Use window.btoa(value) to encode a string in base-64. Use window.atob(enc) to decode a base-64 encoded string. * The EmrContent "remove" method has been removed. Use the "save" method and indicate ObjectState. * The EmrContent key renamed to namespace * The EmrContent name renamed to nodeName * The EmrContent value renamed to displayName * The EmrContent _unk0 renamed to sourceName * The EmrContent _unk1 renamed to code * The EmrContent _unk2 renamed to codeType * The EmrContent _unk3 renamed to contentGroup * The EmrContent _unk4 renamed to listOrder * The EmrContent _unk5 renamed to contentDefault * The EmrContent isNew removed. Use state and status. * The EmrContent constructor changed. The _window parameter removed.
Changelog
Release 2.0.0-alpha.2.1
Changelog
Release 2.0.0-alpha.1.9
import { MdObject, Patient } from '@mdobject/mdobject';
The mdObjectAngularDemo using the npm package 2.0.0-alpha.1.9Changelog
Release 2.0.0-alpha.1.8
Fixed build and casing issues Fixed "Circular dependency" issues Fixed "Module not found" issues for NPM package * Replace import from "classes/classes" to just "classes"
Changelog
Release 2.0.0-alpha.1.6
Changed compilation target to es5