models

package
v0.0.0-...-5dd2f1f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessControlRecord

type AccessControlRecord struct {
	PersonnelName      string    // The name of the medical personnel who has access
	StartDate          time.Time // The original timestamp
	StartDateFormatted string    // The formatted date as a string
	AccessStatus       string    // The access status
	AccessID           string    // The access ID
}

type MedicalRecord

type MedicalRecord struct {
	Description string `json:"description"`
	CreatedDate int64  `json:"createDate"`
	Date        int64  `json:"date"`
	EntityName  string `json:"entityName"`
	RecordType  string `json:"type"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL