PatientDeclaration

@frozen
public enum PatientDeclaration : String, Codable, Equatable

Specifies who the patient will be for a visit

  • The current logged-in user

    Declaration

    Swift

    case `self`
  • someone other than the logged in user

    Declaration

    Swift

    case other