RelationshipToPatient
public enum RelationshipToPatient : String, Codable, Equatable
The relationship that a child/other has to their main user account.
This is required in the PatientService.createDependentPatient call when setting up demographics
and subsequently calling RetailService.scheduleRetailAppointment
-
Undocumented
Declaration
Swift
case mother = "Mother" -
Undocumented
Declaration
Swift
case father = "Father" -
Undocumented
Declaration
Swift
case grandparent = "Grand parent" -
Undocumented
Declaration
Swift
case stepParent = "Step parent" -
Undocumented
Declaration
Swift
case fosterParent = "Foster parent" -
Undocumented
Declaration
Swift
case legalGuardian = "Legal guardian" -
Undocumented
Declaration
Swift
case relative = "Relative" -
Undocumented
Declaration
Swift
case nonRelative = "Non relative" -
Undocumented
Declaration
Swift
case brother = "Brother" -
Undocumented
Declaration
Swift
case sister = "Sister" -
Undocumented
Declaration
Swift
case daughter = "Daughter" -
Undocumented
Declaration
Swift
case son = "Son" -
Undocumented
Declaration
Swift
case friend = "Friend" -
Undocumented
Declaration
Swift
case grandChild = "Grand child" -
Undocumented
Declaration
Swift
case spouse = "Spouse" -
Undocumented
Declaration
Swift
case significantOther = "Significant other" -
Undocumented
Declaration
Swift
case caseManager = "Case manager" -
Undocumented
Declaration
Swift
case domesticPartner = "Domestic partner" -
Undocumented
Declaration
Swift
case employer = "Employer" -
Undocumented
Declaration
Swift
case patientRefused = "Patient refused" -
Undocumented
Declaration
Swift
case powerOfAttorney = "Power of attorney" -
Undocumented
Declaration
Swift
case surrogateOrProxy = "Surrogate or proxy"
View on GitHub
Install in Dash