Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Name ¶
type PatientType ¶
type PatientType int16
const ( OutPatient PatientType = iota + 1 InPatient EdPatient )
func NewPatientType ¶ added in v0.6.9
func NewPatientType(s string) PatientType
func (PatientType) Int16 ¶
func (p PatientType) Int16() int16
type PhoneNumber ¶
type PhoneNumber uint64
func NewPhoneNumber ¶
func NewPhoneNumber(s string) (PhoneNumber, error)
func (PhoneNumber) Print ¶
func (ph PhoneNumber) Print() string
format the phone number (USA & Canada only -- other countries will work, but it will look weird) 1234567890 -> 123-456-7890 11234567890 -> +1 123-456-7890
func (PhoneNumber) String ¶
func (ph PhoneNumber) String() string
type ReportStatus ¶
type ReportStatus string
const ( Pending ReportStatus = "P" Final ReportStatus = "F" Addendum ReportStatus = "A" )
func NewReportStatus ¶
func NewReportStatus(s string) ReportStatus
func (ReportStatus) String ¶
func (r ReportStatus) String() string
Click to show internal directories.
Click to hide internal directories.