Skip to content

Commit

Permalink
Update common, regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsanyal committed Aug 23, 2012
1 parent 50faef5 commit d6c2d0d
Show file tree
Hide file tree
Showing 6 changed files with 746 additions and 999 deletions.
2 changes: 1 addition & 1 deletion _site/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title>SMART API</title>
<link href="http://dev.smartplatforms.org/atom.xml" rel="self"/>
<link href="http://dev.smartplatforms.org"/>
<updated>2012-08-23T12:56:30-04:00</updated>
<updated>2012-08-23T13:45:30-04:00</updated>
<id>http://dev.smartplatforms.org</id>
<author>
<name>SMART Platforms</name>
Expand Down
30 changes: 5 additions & 25 deletions libraries/javascript/index.md
Expand Up @@ -238,22 +238,6 @@ Putting all of this together we get the following code example:
- path: `/users/{user_id}/apps/{smart_app_id}/preferences`


## `get_alert`

- method: GET
- path: `/records/{record_id}/alerts/{alert_id}`


## `get_alerts`

- method: GET
- path: `/records/{record_id}/alerts/`
- optional query parameters (with defaults):
<br><pre><code>
"limit": null,
"offset": null</code></pre>


## `get_allergies`

- method: GET
Expand Down Expand Up @@ -480,17 +464,13 @@ Putting all of this together we get the following code example:
- path: `/records/{record_id}/vital_sign_sets/`
- optional query parameters (with defaults):
<br><pre><code>
"encounterType": null,
"encounter_type": null,
"date_from": null,
"date_to": null,
"limit": null,
"offset": null</code></pre>


## `post_alert`

- method: POST
- path: `/records/{record_id}/alerts/`


## `put_user_preferences`

- method: PUT
Expand All @@ -507,10 +487,10 @@ Putting all of this together we get the following code example:
"gender": null,
"app_id": null,
"birthday": null,
"limit": null,
"medical_record_number": null,
"given_name": null,
"offset": null,
"medical_record_number": null</code></pre>
"limit": null</code></pre>


## `search_users`
Expand Down

0 comments on commit d6c2d0d

Please sign in to comment.