Documentation ¶
Index ¶
Constants ¶
View Source
const ( ResourceListPageSize int = 20 ContextKeyTypeConfig string = "CONFIG" ContextKeyTypeDatabase string = "REPOSITORY" ContextKeyTypeLogger string = "LOGGER" ContextKeyTypeEventBusServer string = "EVENT_BUS_SERVER" ContextKeyTypeAuthUsername string = "AUTH_USERNAME" ContextKeyTypeAuthToken string = "AUTH_TOKEN" ContextKeyTypeBackgroundJobID string = "BACKGROUND_JOB_ID" FhirResourceTypeComposition string = "Composition" ResourceGraphTypeMedicalHistory ResourceGraphType = "MedicalHistory" ResourceGraphTypeAddressBook ResourceGraphType = "AddressBook" ResourceGraphTypeMedications ResourceGraphType = "Medications" ResourceGraphTypeBillingReport ResourceGraphType = "BillingReport" BackgroundJobStatusReady BackgroundJobStatus = "STATUS_READY" BackgroundJobStatusLocked BackgroundJobStatus = "STATUS_LOCKED" BackgroundJobStatusFailed BackgroundJobStatus = "STATUS_FAILED" BackgroundJobStatusDone BackgroundJobStatus = "STATUS_DONE" BackgroundJobTypeSync BackgroundJobType = "SYNC" BackgroundJobTypeScheduledSync BackgroundJobType = "SCHEDULED_SYNC" BackgroundJobScheduleDaily BackgroundJobSchedule = "DAILY" BackgroundJobScheduleWeekly BackgroundJobSchedule = "WEEKLY" BackgroundJobScheduleBiWeekly BackgroundJobSchedule = "BIWEEKLY" BackgroundJobScheduleMonthly BackgroundJobSchedule = "MONTHLY" DatabaseRepositoryTypeSqlite DatabaseRepositoryType = "sqlite" DatabaseRepositoryTypePostgres DatabaseRepositoryType = "postgres" InstallationVerificationStatusMissing InstallationVerificationStatus = "MISSING" //email is missing for this installation InstallationVerificationStatusPending InstallationVerificationStatus = "PENDING" //email has not been verified InstallationVerificationStatusVerified InstallationVerificationStatus = "VERIFIED" //email has been verified InstallationQuotaStatusActive InstallationQuotaStatus = "ACTIVE" InstallationQuotaStatusConsumed InstallationQuotaStatus = "CONSUMED" UserRoleUser UserRole = "user" UserRoleAdmin UserRole = "admin" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackgroundJobSchedule ¶ added in v0.1.8
type BackgroundJobSchedule string
type BackgroundJobStatus ¶ added in v0.1.8
type BackgroundJobStatus string
type BackgroundJobType ¶ added in v0.1.8
type BackgroundJobType string
type DatabaseRepositoryType ¶ added in v0.1.8
type DatabaseRepositoryType string
type InstallationQuotaStatus ¶ added in v1.1.1
type InstallationQuotaStatus string
type InstallationVerificationStatus ¶ added in v1.1.1
type InstallationVerificationStatus string
type ResourceGraphType ¶
type ResourceGraphType string
Directories ¶
Path | Synopsis |
---|---|
mock
Package mock_config is a generated GoMock package.
|
Package mock_config is a generated GoMock package. |
mock
Package mock_database is a generated GoMock package.
|
Package mock_database is a generated GoMock package. |
mock
Package mock_event_bus is a generated GoMock package.
|
Package mock_event_bus is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.