core.fhirpatharraynotequals
Home > @medplum/core > fhirPathArrayNotEquals
fhirPathArrayNotEquals() function
Determines if two arrays are not equal according to FHIRPath equality rules.
Signature:
export declare function fhirPathArrayNotEquals(x: TypedValue[], y: TypedValue[]): TypedValue[];
Parameters
Parameter | Type | Description |
---|---|---|
x | The first array. | |
y | The second array. |
Returns:
FHIRPath true if the arrays are not equal.