Stream: committers
Topic: patterns and slicing in build
Eric Haas (Feb 22 2018 at 17:28):
(deleted)
Eric Haas (Feb 22 2018 at 18:18):
How do slice Observation.value[x] by type Quantity in the spreadsheet (for vitals in build )
have this
ValueX type Observation.value[x] 0..1 vs-2
ValueQ Observation.valueQuantity 0..1 vs-2 Quantity
get this... Error in Discriminator at Observation.value[x]" valuex: no children, multiple types
related to applying tracker.
@Grahame Grieve @Lloyd McKenzie ?
Lloyd McKenzie (Feb 22 2018 at 18:22):
What are ValueX and ValueQ?
Eric Haas (Feb 22 2018 at 18:23):
Eric Haas (Feb 22 2018 at 18:23):
Profile names
Lloyd McKenzie (Feb 22 2018 at 18:28):
Shouldn't have the valueX slice name - it's the slicer, not the slice
Eric Haas (Feb 22 2018 at 18:30):
OK Thanks
Eric Haas (Feb 22 2018 at 18:42):
Now the Error is "element matches more than one slice - , ValueQ"
Eric Haas (Feb 22 2018 at 18:43):
on instance validation
Eric Haas (Feb 22 2018 at 18:45):
may have to keep it an invariant.
Last updated: Apr 12 2022 at 19:14 UTC