Skip to content

ReportsDateFilterSelection

The selected date range for specific report

Fields

appointments · String · The selected date range for appointments
authorization · String · The selected date range for authorizations
bank_transfers · String · The selected date range for bank transfers
client_activity · String · The selected date range for client activities
client_blood_sugar_metrics · String · The selected date range for client blood sugar metrics
client_credits · String · The selected date range for client credits
client_list · String · The selected date range for clients list
client_metrics · String · The selected date range for client metrics
client_status · String · The selected date range for client statuses
cms_1500s · String · The selected date range for cms 1500s
id · ID! · required · The unique identifier of the selection
payments · String · The selected date range for payments
superbills · String · The selected date range for superbills

Used By

Definition

"""
The selected date range for specific report
"""
type ReportsDateFilterSelection {
"""
The selected date range for appointments
"""
appointments: String
"""
The selected date range for authorizations
"""
authorization: String
"""
The selected date range for bank transfers
"""
bank_transfers: String
"""
The selected date range for client activities
"""
client_activity: String
"""
The selected date range for client blood sugar metrics
"""
client_blood_sugar_metrics: String
"""
The selected date range for client credits
"""
client_credits: String
"""
The selected date range for clients list
"""
client_list: String
"""
The selected date range for client metrics
"""
client_metrics: String
"""
The selected date range for client statuses
"""
client_status: String
"""
The selected date range for cms 1500s
"""
cms_1500s: String
"""
The unique identifier of the selection
"""
id: ID!
"""
The selected date range for payments
"""
payments: String
"""
The selected date range for superbills
"""
superbills: String
}