Skip to content

DosespotRoleEnum

Role assigned to a user in DoseSpot

Used By

Definition

"""
Role assigned to a user in DoseSpot
"""
enum DosespotRoleEnum {
"""
Prescribing provider
"""
PRESCRIBING_PROVIDER
"""
Reporting
"""
REPORTING
"""
EPCS coordinator
"""
EPCS_COORDINATOR
"""
Clinician admin
"""
CLINICIAN_ADMIN
"""
Prescribing agent
"""
PRESCRIBING_AGENT
"""
Proxy
"""
PROXY
}