GET api/v1/monographs/{cpnum}/indications?type={type}&ageband={ageband}
Retrieves Indications content for the monograph
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cpnum |
The CpNum of the monograph |
integer |
Required |
type |
The type of monograph (General or Pediatric). |
MonographType |
Default value is General |
ageband |
Optional bool parameter. If true returns AgeBands in the Monograph Indications content. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
A list of Indications content
IndicationResponseName | Description | Type | Additional information |
---|---|---|---|
terms | Collection of IndicationTerm |
None. |
|
microbiologyTerms | Collection of IndicationBugTerm |
None. |
|
microbiology | Collection of MicrobiologyContent |
None. |
|
generalDosing | string |
None. |
|
dosageLimits | string |
None. |
|
maxdosages | Collection of MaxDosage |
None. |
|
sections | Collection of IndicationSection |
None. |
|
comboChemo | Collection of IndicationComboChemo |
None. |
|
therapeuticDrugMonitoring | string |
None. |
|
hepatic | string |
None. |
|
renal | string |
None. |
|
references | Collection of Reference |
None. |
|
cpnum | integer |
None. |
|
type | MonographType |
None. |
|
mini | boolean |
None. |
|
name | string |
None. |
|
lastUpdate | date |
None. |
|
_links | Collection of Link |
None. |
|
_languages | Collection of LanguagesLink |
None. |
Response Codes
Code | Description | Additional information |
---|---|---|
200 | OK | The request returned without error |
204 | No Content | The request was successful but no results were returned |
400 | Bad Request | A parameter was missing or invalid |
404 | Not Found | The requested resource was not found |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.