ehrcraft-form-api
Version:
API/SDK for EHR Craft Forms (this version adds support lab)
14 lines (13 loc) • 462 B
TypeScript
import { SystemConfigurationOrganization } from ".";
/**
* Defined as the variable "config".
* Acts as a proxy for "Systemoppsett" in DIPS.
*/
export interface SystemConfiguration {
/**
*
* @param systemConfigId the organisation defined by the context
* @param org the context for which the service will lookup the system config id
*/
getSystemConfiguration(systemConfigId: number, org: SystemConfigurationOrganization): string;
}