Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppointmentStatusAvailable = "available" AppointmentStatusBooked = "booked" AppointmentStatusCancelled = "cancelled" AppointmentStatusReserved = "reserved" )
View Source
const ( ConsultationStatusPending = "pending" ConsultationStatusCanceled = "canceled" ConsultationStatusCompleted = "completed" ConsultationStatusInProgress = "in_progress" ConsultationStatusFailed = "failed" )
View Source
const ( ConsultationTypeRemote = "remote" ConsultationTypeInPerson = "in_person" )
View Source
const ( ConsultationPaymentStatusPending = "pending" ConsultationPaymentStatusCompleted = "completed" ConsultationPaymentStatusFailed = "failed" )
View Source
const ( PaymentRefundRefunded = "REFUNDED" PaymentRefundRequested = "REQUESTED" PaymentRefundRejected = "REJECTED" PaymentRefundAccepted = "ACCEPTED" PaymentRefundCancelled = "CANCELLED" )
View Source
const ( PaymentMethodInStoreCash = "IN_STORE_CASH" PaymentMethodInStoreCreditCard = "IN_STORE_CREDIT_CARD" PaymentMethodInStoreDebitCard = "IN_STORE_DEBIT_CARD" PaymentMethodValeCreditCard = "VALE_CREDIT_CARD" PaymentMethodValeDebitCard = "VALE_DEBIT_CARD" )
View Source
const ( UserTypePatient = "patient" UserTypePractitioner = "practitioner" UserTypeAdmin = "admin" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.