GET api/dosageforms
Retrieves all dosage forms.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DosageFormModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DosageForm |
Gets or sets the DosageForm value |
string |
None. |
| Description |
Gets or sets the dosage form description |
string |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[
{
"dosageForm": "sample string 1",
"description": "sample string 2"
},
{
"dosageForm": "sample string 1",
"description": "sample string 2"
}
]