core.gethealthcareserviceschedulingparameters
Home > @medplum/core > getHealthcareServiceSchedulingParameters
getHealthcareServiceSchedulingParameters() function
Reads one scheduling parameter a HealthcareService sets for itself.
This is the raw sub-extension as stored. The server resolves what the service actually schedules by, applying defaults, in its own getHealthcareServiceSchedulingParameters.
Signature:
export declare function getHealthcareServiceSchedulingParameters(service: HealthcareService, url: HealthcareServiceSchedulingParameterUrl): Extension[];
Parameters
Parameter | Type | Description |
|---|---|---|
service | HealthcareService | HealthcareService to inspect |
url | Url of the SchedulingParameters sub-extension to read, for example |
Returns:
Extension[]
Every matching sub-extension, in document order