Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

think about processing functions for search output (and for other outputs) #14

Open
2 of 3 tasks
ernestguevarra opened this issue Feb 12, 2024 · 0 comments
Open
2 of 3 tasks
Assignees
Labels
enhancement New feature or request

Comments

@ernestguevarra
Copy link
Member

ernestguevarra commented Feb 12, 2024

Characteristics of outputs for the icd_get_entity() function:

#' icd_get_foundation()
#' icd_get_entity(id = "1435254666")     ## chapter
#' icd_get_entity(id = "588616678")      ## block; depth 1
#' icd_get_entity(id = "135352227")      ## block; depth 2
#' icd_get_entity(id = "574051646")      ## block; depth 3
#' icd_get_entity(id = "1313122853")     ## block; depth 4
#' icd_get_entity(id = "310663128")      ## block; depth 5
#' icd_get_entity(id = "1156594276")     ## block; depth 6
#' icd_get_entity(id = "781983328")      ## category; depth 8
#' icd_get_entity(id = "1498093293")     ## category; depth 7
#' icd_get_entity(id = "1061908143")     ## category; depth 6
#' icd_get_entity(id = "171932097")      ## category; depth 5
#' icd_get_entity(id = "953108834")      ## category; depth 4
#' icd_get_entity(id = "1112016389")     ## category; depth 3
#' icd_get_entity(id = "2099226249")     ## category; depth 2
#' icd_get_entity(id = "1465325727")     ## category; depth 1
@ernestguevarra ernestguevarra added the enhancement New feature or request label Feb 12, 2024
@ernestguevarra ernestguevarra self-assigned this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant