Skip to content

Commit

Permalink
update index file (#512)
Browse files Browse the repository at this point in the history
* update index file
  • Loading branch information
sharlotta93 authored Nov 12, 2024
1 parent ec536dd commit de60b6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/elation/actions/addVitals/config/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const fields = {
required: false,
},
heightNote: {
id: 'height note',
id: 'heightNote',
label: 'Height Note',
description: '',
type: FieldType.STRING,
Expand Down
8 changes: 5 additions & 3 deletions extensions/elation/actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { createMessageThread } from './createMessageThread'
import { addHistory } from './addHistory/addHistory'
import { addAllergy } from './addAllergy/addAllergy'
import { createVisitNote } from './createVisitNote/createVisitNote'
import { addVitals } from './addVitals/addVitals'

export const actions = {
getPatient,
Expand All @@ -30,10 +31,11 @@ export const actions = {
updateNonVisitNote,
getNonVisitNote,
deleteNonVisitNote,
createVisitNote,
addVitals,
addHistory,
addAllergy,
postLetter,
createLabOrder,
createMessageThread,
addHistory,
addAllergy,
createVisitNote,
}

0 comments on commit de60b6e

Please sign in to comment.