Get Disease Descendants
get_disease_descendantsRetrieve all transitive descendants (more specific diseases) of an Orphanet disorder via the precomputed closure, with pagination for large result sets.
Instructions
Return all transitive descendants (more specific diseases) of an Orphanet disorder via the precomputed closure, with a pagination block {total, returned, limit, offset, truncated, next_offset}. When truncated, next_commands carries a forward-page step. Use get_disease_classification for only the immediate children. Signature: get_disease_descendants(term, limit=, offset=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | An ORPHAcode, label, or xref CURIE for a grouping/category term (a specific disease is a leaf and has no descendants). | |
| limit | No | Max rows returned (default 200). | |
| offset | No | Rows to skip for forward paging (default 0). | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |