Documentation
¶
Index ¶
- func EncodeFileToBase64(file multipart.File) (string, error)
- type Assignee
- type Assurance
- type Changes
- type Client
- type Contact
- type Date
- type DeputyEvent
- type Document
- type DocumentNote
- type Event
- type LatestCompletedVisit
- type OrderStatus
- type RAGRating
- type RefData
- type Task
- type TaskType
- type Team
- type TeamMember
- type User
- type VisitReportMarkedAs
- type Visitor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Assurance ¶ added in v1.157.0
type Assurance struct { Id int `json:"id"` Type RefData `json:"assuranceType"` RequestedDate string `json:"requestedDate"` RequestedBy User `json:"requestedBy"` CommissionedDate string `json:"commissionedDate"` ReportDueDate string `json:"reportDueDate"` ReportReceivedDate string `json:"reportReceivedDate"` VisitOutcome RefData `json:"assuranceVisitOutcome"` PdrOutcome RefData `json:"pdrOutcome"` ReportReviewDate string `json:"reportReviewDate"` ReportMarkedAs RAGRating `json:"reportMarkedAs"` Note string `json:"note"` VisitorAllocated string `json:"visitorAllocated"` ReviewedBy User `json:"reviewedBy"` DeputyId int }
type Date ¶ added in v1.173.0
func (Date) MarshalJSON ¶ added in v1.173.0
func (*Date) UnmarshalJSON ¶ added in v1.173.0
type DeputyEvent ¶ added in v1.129.0
type Document ¶ added in v1.211.0
type Document struct { Id int `json:"id"` Type string `json:"type"` FriendlyDescription string `json:"friendlyDescription"` CreatedDate string `json:"createdDate"` Direction string `json:"direction"` Filename string `json:"filename"` CreatedBy User `json:"createdBy"` ReceivedDateTime string `json:"receivedDateTime"` Note DocumentNote `json:"note"` ReformattedTime string }
type DocumentNote ¶ added in v1.215.0
type Event ¶ added in v1.129.0
type Event struct { Assignee string `json:"assignee"` Changes []Changes `json:"changes"` Client []Client `json:"additionalPersons"` Contact Contact `json:"deputyContact"` DueDate string `json:"dueDate"` DeputyID string `json:"personId"` DeputyName string `json:"personName"` Description string `json:"description"` Direction string `json:"direction"` ExecutiveCaseManager string `json:"executiveCaseManager"` Filename string `json:"filename"` Notes string `json:"notes"` OrderType string `json:"orderType"` OrganisationName string `json:"organisationName"` OrderNumber string `json:"orderCourtRef"` OldAssigneeName string `json:"oldAssigneeName"` ReceivedDate string `json:"receivedDate"` RecipientEmailAddress string `json:"recipientEmailAddress"` SiriusId string `json:"orderUid"` TaskType string `json:"taskType"` TaskCompletedNotes string `json:"taskCompletedNotes"` Type string `json:"type"` }
type LatestCompletedVisit ¶ added in v1.175.0
type OrderStatus ¶ added in v1.167.0
type OrderStatus struct { Handle string `json:"handle"` Incomplete string `json:"incomplete"` Category string `json:"category"` Complete string `json:"complete"` StatusCount int }
func (OrderStatus) IsSelected ¶ added in v1.167.0
func (os OrderStatus) IsSelected(selectedOrderStatuses []string) bool
type RAGRating ¶ added in v1.175.0
type RAGRating RefData
func (RAGRating) GetRiskMarker ¶ added in v1.204.0
func (ragRating RAGRating) GetRiskMarker() VisitReportMarkedAs
type RefData ¶ added in v1.155.0
type Task ¶
type Team ¶
type Team struct { Members []TeamMember Name string }
type TeamMember ¶
type VisitReportMarkedAs ¶ added in v1.204.0
Click to show internal directories.
Click to hide internal directories.