forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RadiationEquivalentDose.json
48 lines (48 loc) · 1.54 KB
/
RadiationEquivalentDose.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"Name": "RadiationEquivalentDose",
"BaseUnit": "Sievert",
"XmlDocSummary": "Equivalent dose is a dose quantity representing the stochastic health effects of low levels of ionizing radiation on the human body which represents the probability of radiation-induced cancer and genetic damage.",
"XmlDocsRemarks": "https://en.wikipedia.org/wiki/Equivalent_dose",
"BaseDimensions": {
"L": 2,
"T": -2
},
"Units": [
{
"SingularName": "Sievert",
"PluralName": "Sieverts",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"BaseUnits": {
"L": "Meter",
"T": "Second"
},
"Prefixes": [ "Nano", "Micro", "Milli" ],
"XmlDocSummary": "The sievert is a unit in the International System of Units (SI) intended to represent the stochastic health risk of ionizing radiation, which is defined as the probability of causing radiation-induced cancer and genetic damage.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Sievert",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Sv" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Зв" ]
}
]
},
{
"SingularName": "RoentgenEquivalentMan",
"PluralName": "RoentgensEquivalentMan",
"FromUnitToBaseFunc": "{x} / 100",
"FromBaseToUnitFunc": "{x} * 100",
"Prefixes": [ "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "rem" ]
}
]
}
]
}