core.applyfixedorpatternvalue
Home > @medplum/core > applyFixedOrPatternValue
applyFixedOrPatternValue() function
Signature:
export declare function applyFixedOrPatternValue(inputValue: any, key: string, element: InternalSchemaElement, elements: Record<string, InternalSchemaElement>): any;
Parameters
Parameter | Type | Description |
---|---|---|
inputValue | any | |
key | string | |
element | ||
elements | Record<string, InternalSchemaElement> |
Returns:
any