Opened 5 years ago
Last modified 17 months ago
#199 assigned question
dot as decimal separator and not UCUM dot
Reported by: | on9cloud | Owned by: | Simon Cox |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | help | Keywords: | |
Cc: |
Description
CDISC has a unit (per 4mL)
the NLM UCUM validator at https://lhncbc.github.io/ucum-lhc/demo.html validates this just fine and it is valid.
But there is also unit "per 7.5mL" for that, I need UCUM /7.5mL
how to express decimal multipliers?
Change History (4)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
I should correct "2 mg per 7.5 mL" would be "2 mg/75.10/mL" or using parentheses "2 mg/(75/10.mL)"
comment:3 Changed 18 months ago by
Owner: | set to Simon Cox |
---|---|
Status: | new → assigned |
comment:4 Changed 18 months ago by
7.5 mL is equal to 7500 uL. So 7500.uL might be easier? e.g.
2 mg/(7500.uL)
Note: See
TracTickets for help on using
tickets.
Since the dot was reserved for multiplication based on early ISO standards, you can use ratios. 75/10.mL. I know it's a bit clunky, but it works.