Skip to content

Commit

Permalink
Update UserGuide.adoc
Browse files Browse the repository at this point in the history
More fixes
  • Loading branch information
gowgos5 authored Oct 31, 2019
1 parent 8959afe commit ac09712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ If a _<search string>_ is used, the first result that matches the search string
==== `edit` - Edit one of the details of the Patient [[patient-edit]]

Format: `edit <switch> [<new value>] [<switch> [<new value>]]* *[-app[end]]*` +
Example: `edit -height 180 -w 60 -history "memes" -app`
Example: `edit *-height* 180 *-weight* 60 *-history* "memes" *-app*`

For string-valued fields, `-app` will append the field's `<new value>` to its current value.
For string-valued fields, `*-app*` will append the field's `<new value>` to its current value.

Switches and corresponding new value format:

Expand Down Expand Up @@ -371,7 +371,7 @@ This will open a new context for the specific Treatment or Evidence identified.

==== `edit` - Edit one of the details of the Impression

Format: `edit [-app[end]] [<<type, _type_>> <<_string_or_idx_, string_or_idx>>] <switch> [<new value>] [<switch> [<new value>]]`
Format: `edit *[-app[end]]* [<<type, _type_>> <<_string_or_idx_, string_or_idx>>] <switch> [<new value>] [<switch> [<new value>]]`

If input without `<<type, _type_>> <<_string_or_idx_, string_or_idx>>`, the switches and corresponding new value formats are as follows:

Expand Down

0 comments on commit ac09712

Please sign in to comment.