New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mdobject/mdobject

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdobject/mdobject - npm Package Versions

23

2.0.0-alpha.2.4

Diff

Changelog

Source

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.

aaltotsky
published 2.0.0-alpha.2.3 •

Changelog

Source

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.

aaltotsky
published 2.0.0-alpha.2.2 •

Changelog

Source

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.

aaltotsky
published 2.0.0-alpha.2.1 •

Changelog

Source

Release 2.0.0-alpha.2.1

  • Fixed issue with compatability with the V20 version Fixed mdObjectAngularDemo Allergies drop-down lists.
aaltotsky
published 2.0.0-alpha.1.9 •

Changelog

Source

Release 2.0.0-alpha.1.9

  • Replace import from "enums/enums" to just "enums"
    • Re-export all classes, enums and interfaces from the root. Use import { MdObject, Patient } from '@mdobject/mdobject'; The mdObjectAngularDemo using the npm package 2.0.0-alpha.1.9
aaltotsky
published 2.0.0-alpha.1.8 •

Changelog

Source

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"

aaltotsky
published 2.0.0-alpha.1.7 •

aaltotsky
published 2.0.0-alpha.1.6 •

Changelog

Source

Release 2.0.0-alpha.1.6

Changed compilation target to es5

aaltotsky
published 2.0.0-alpha.1.5 •

aaltotsky
published 2.0.0-alpha.1.4 •

Changelog

Source

Release 2.0.0-alpha.1.4

Angular build version upgraded

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc