Skip to content

Replace static Protocol terminology with API call #183

@pendingintent

Description

@pendingintent

Replace static Protocol terminology with API call.

CDISC Library contains the Protocol terminology used in the study design. Currently, the user must upload the Protocol Terminology from a spreadsheet.

Replace the logic with call to API:

https://library.cdisc.org/api/mdr/ct/packages

Extract most recent package:

"href": "/mdr/ct/packages/protocolct-2025-09-26",

Send request to the API:

https://library.cdisc.org/api/mdr/ct/packages/protocolct-2025-09-26

Cache the response for future queries.

Note 1: Remove the audit logic for Protocol terminology.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions