icdCodesCount
Count of all ICD Codes
Arguments
is_billable
· Boolean · When true, will only return billable ICD codes. When false, will only return non-billable ICD codes. When not included, will return all ICD codes. is_favorited
· Boolean · The favorited status of the ICD Code only_valid
· Boolean · when true, only codes considered to be currently valid will be returned. When false, does nothing Returns
Int Example
query icdCodesCount( $is_billable: Boolean $is_favorited: Boolean $keywords: String $only_valid: Boolean) { icdCodesCount( is_billable: $is_billable is_favorited: $is_favorited keywords: $keywords only_valid: $only_valid )}