Allowing description in nonTargets schema

This commit is contained in:
Bruno Alves de Faria 2017-10-30 11:31:47 -02:00
parent 778c7e29b7
commit 830ca6f566

View File

@ -37,6 +37,11 @@ const NonTargetSchema = new SimpleSchema([MeasurementSchemaTypes.CornerstoneTool
label: 'Location', label: 'Location',
optional: true optional: true
}, },
description: {
type: String,
label: 'Description',
optional: true
},
locationUid: { locationUid: {
type: String, type: String,
label: 'Location UID', label: 'Location UID',