ClinicianData

Information about the clinician.

Properties

Parameter Type Description
Key int
SexType string

Sex:

  • 0 = any
  • 1 = male
  • 2 = female
FullName string

JSON Example

{
    "Key": 84,
    "FullName": "Dr. House"
}