icdCodesCount
Count of all ICD Codes
Arguments
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 )}