DrugCompendia
Radiation
API | Description |
---|---|
GET api/Radiation/IsAlive/{accessKey} |
Checks if Radiation API is available |
GET api/Radiation/GetRadiationByDiseaseName/{accessKey}/{diseaseName} |
Retrieves Radiation compendia by DiseaseName |
GET api/Radiation/GetRadiationByGuidelineName/{accessKey}/{guidelineName} |
Retrieves Radiation compendia by GuidelineName |
GET api/Radiation/GetRadiationGuidelinesWithDiseases/{accessKey} |
Retrieves guidelines and diseases for published Radiation Compendia |
GET api/Radiation/GetEntireRadiation/{accessKey} |
Retrieves the entire published Radiation compendia. Please note this is a large dataset so please limit your calls to this endpoint |
Biomarker
API | Description |
---|---|
GET api/Biomarker/IsAlive/{accessKey} |
Checks if Biomarkers API is available |
GET api/Biomarker/GetBiomarkersByGuidelineName/{accessKey}/{guidelineName} |
Retrieves the published Biomarkers compendia for a given guideline name |
GET api/Biomarker/GetBiomarkersGuidelinesAndDiseasesList/{accessKey} |
Retrieves the list of Guidelines and Diseases for published Biomarkers |
GET api/Biomarker/GetEntireBiomarkers/{accessKey} |
Retrieves the entire published Biomarkers compendia. Please note this is a large dataset so please limit your calls to this endpoint |
Imaging
API | Description |
---|---|
GET api/Imaging/IsAlive/{accessKey} |
Checks if Imaging API is available |
GET api/Imaging/GetImagingByDiseaseName/{accessKey}/{diseaseName} |
Retrieves Imaging compendia by DiseaseName |
GET api/Imaging/GetImagingByGuidelineName/{accessKey}/{guidelineName} |
Retrieves Imaging compendia by GuidelineName |
GET api/Imaging/GetImagingGuidelinesWithDiseases/{accessKey} |
Retrieves compendia guidelines and diseases for published Imaging |
GET api/Imaging/GetEntireImaging/{accessKey} |
Retrieves the entire published Imaging compendia. Please note this is a large dataset so please limit your calls to this endpoint |
Guideline
API | Description |
---|---|
GET api/Guideline/GetAllPublishedGuidelines/{accessKey} |
Retrieves a list of all published guidelines |
GET api/Guideline/GetPublishedByDateRange/{accessKey}/{startDate}/{endDate} |
Retrieves a list of published guidelines by date range (MM-DD-YYYY OR YYYY-MM-DD) |
GET api/Guideline/GetPublishedByDate/{accessKey}/{specificDate} |
Retrieves a list of published guidelines with a specific date (MM-DD-YYYY OR YYYY-MM-DD) |
GET api/Guideline/GetPublishedByGuidelineName/{accessKey}/{guidelineNames} |
Retrieves a list of published guidelines by guideline name(s) |
GET api/Guideline/GetPublishedByGuidelineId/{accessKey}/{guidelineIds} |
Retrieves a list of published guidelines by guideline id(s) |
GET api/Guideline/GetPublishedByType/{accessKey}/{types} |
Retrieves a list of published guidelines by guideline type(s) (PDF,EVI, etc.,) |
GET api/Guideline/GetPublishedByLanguage/{accessKey}/{languages} |
Retrieves a list of published guidelines by laungauge(s) |
GET api/Guideline/GetPublishedByRegion/{accessKey}/{regions} |
Retrieves a list of published guidelines by publication Region(s) |
OrderTemplates
API | Description |
---|---|
GET api/OrderTemplates/Guidelines?accessKey={accessKey} |
Retrieves the list of NCCN Guideline diseases, sub-diseases, and the number of currently published order templates associated with each one. |
GET api/OrderTemplates/PublishedAgents?accessKey={accessKey} |
Retrieve a list of Agents |
GET api/OrderTemplates/TemplatesUsingDiseaseId?accessKey={accessKey}&DiseaseId={DiseaseId} |
This operation lists the order templates for a given Disease |
GET api/OrderTemplates/TemplatesUsingAgentKey?accessKey={accessKey}&versionKey={versionKey} |
This operation lists the order templates for a given Agent |
GET api/OrderTemplates/TemplatesUsingAgentKeyDiseaseId?accessKey={accessKey}&versionKey={versionKey}&diseaseId={diseaseId} |
This operation lists the order templates for a given Disease and Agent |
GET api/OrderTemplates/TemplatesUsingGuidelineId?accessKey={accessKey}&GuidelineId={GuidelineId} |
No documentation available. |
GET api/OrderTemplates/fhir/metadata?accessKey={accessKey} |
Get a FHIR capability statement for the system |
GET api/OrderTemplates/templates?accessKey={accessKey}&diseaseId={diseaseId} |
This operation lists the order templates for a given disease / disease sub-type and includes critical information like the template id, regimen title, course title, guideline reference, and indications. Order templates will be listed only once. |
GET api/OrderTemplates/Indications?accessKey={accessKey}&diseaseId={diseaseId} |
This operation groups the order templates for a given disease / disease sub-type by indication, ordered alphabetically. A single template may appear under multiple indications. |
GET api/OrderTemplates/PDF?accessKey={accessKey}&version={version} |
Retrieve the PDF representation of a given order template version key |
GET api/OrderTemplates/Agent?accessKey={accessKey} |
Retrieve a list of Agents |
GET api/OrderTemplates/fhir/PlanDefinition?accessKey={accessKey}&page={page}&_count={_count}&disease={disease} |
A list of published order templates, sorted by template id. |
GET api/OrderTemplates/fhir/PlanDefinition?accessKey={accessKey}&id={id} |
Retrieve the currently published version of the Order Template with the given template id |