package
0.0.0-20240927171736-5ef90ef0653d
Repository: https://github.com/skylight-hq/phinvads-go.git
Documentation: pkg.go.dev

# Functions

CodeSystemByID retrieves a row from 'public.code_system' as a [CodeSystem].
CodeSystemByOid retrieves a row from 'public.code_system' as a [CodeSystem].
CodeSystemConceptByCodesystemoid retrieves a row from 'public.code_system_concept' as a [CodeSystemConcept].
CodeSystemConceptByID retrieves a row from 'public.code_system_concept' as a [CodeSystemConcept].
Errorf logs an error message using the package error logger.
HotTopicByHotTopicID retrieves a row from 'public.hot_topic' as a [HotTopic].
Logf logs a message using the package logger.
SetErrorLogger sets the package error logger.
SetLogger sets the package logger.
ValueSetByID retrieves a row from 'public.value_set' as a [ValueSet].
ValueSetByOid retrieves a row from 'public.value_set' as a [ValueSet].
ValueSetConceptByCodesystemoid retrieves a row from 'public.value_set_concept' as a [ValueSetConcept].
ValueSetConceptByID retrieves a row from 'public.value_set_concept' as a [ValueSetConcept].
ValueSetConceptByValuesetversionid retrieves a row from 'public.value_set_concept' as a [ValueSetConcept].
ValueSetGroupByID retrieves a row from 'public.value_set_group' as a [ValueSetGroup].
ValueSetVersionByID retrieves a row from 'public.value_set_version' as a [ValueSetVersion].
ValueSetVersionByValuesetoid retrieves a row from 'public.value_set_version' as a [ValueSetVersion].
ViewByID retrieves a row from 'public.view' as a [View].
ViewValueSetVersionByViewversionidValuesetversionid retrieves a row from 'public.view_value_set_version' as a [ViewValueSetVersion].
ViewVersionByID retrieves a row from 'public.view_version' as a [ViewVersion].
ViewVersionByViewid retrieves a row from 'public.view_version' as a [ViewVersion].

# Constants

ErrAlreadyExists is the already exists error.
ErrDoesNotExist is the does not exist error.
ErrMarkedForDeletion is the marked for deletion error.

# Structs

CodeSystem represents a row from 'public.code_system'.
CodeSystemConcept represents a row from 'public.code_system_concept'.
ErrInsertFailed is the insert failed error.
ErrUpdateFailed is the update failed error.
ErrUpsertFailed is the upsert failed error.
HotTopic represents a row from 'public.hot_topic'.
ValueSet represents a row from 'public.value_set'.
ValueSetConcept represents a row from 'public.value_set_concept'.
ValueSetGroup represents a row from 'public.value_set_group'.
ValueSetVersion represents a row from 'public.value_set_version'.
View represents a row from 'public.view'.
ViewValueSetVersion represents a row from 'public.view_value_set_version'.
ViewVersion represents a row from 'public.view_version'.

# Interfaces

DB is the common interface for database operations that can be used with types from schema 'public'.

# Type aliases

Error is an error.