mirror of
https://github.com/fastenhealth/fasten-onprem.git
synced 2026-02-19 17:39:27 -06:00
8 lines
240 B
Go
8 lines
240 B
Go
package models
|
|
|
|
type Summary struct {
|
|
Sources []SourceCredential `json:"sources"`
|
|
Patients []ResourceBase `json:"patients"`
|
|
ResourceTypeCounts []map[string]interface{} `json:"resource_type_counts"`
|
|
}
|