-
Notifications
You must be signed in to change notification settings - Fork 19
Updating Generated ES6 classes
Julia Afeltra edited this page May 3, 2018
·
6 revisions
- Flux has added the following line to
createInstance()
in order to handle null values in JSON:
if (value == null) return null;
Insert this line before the if (typeof value === 'object')
block (as of 5/3/2018, this is line 134). The additional line allows you to set { "Value": null } properly.
- Flux created SourceClinicalNote while it is still in development in the SHR. Due to this, some manual edits to the generated classes is needed:
- Manually create the
src/model/shr/base/SourceClinicalNote.js
file. - Add
get
andset
methods for SourceClinicalNotes insrc/model/shr/base/Entry.js
.
Copyright © 2017 The MITRE Corporation | Approved for Public Release; Distribution Unlimited. Case Number 16‑1988
- Home
- About Flux Notes
- Active Treatment Summary Objects
- Data Standards for Breast Cancer
- Database decision
- Declarative Shortcut Format
- Demo Script
- Deployment Plan - Lite Mode
- Dragon Software Information and Troubleshooting
- Flux Notes Lite Demo Script
- How To Create New Shortcuts
- Interaction Between REACT.js Components in Flux
- JavaScript and HTML Code Style Guide
- Key Application Features
- Minimap Evaluation
- Naming Convention for Visual Components
- NLP Server: Provisioning and Troubleshooting
- Pre Release Testing Script
- Profiling and Performance
- Redux Implementation Guide
- Shorthand Context Problem
- Testing
- Third Party Libraries Changes
- Demo Scenarios -- (out of date)