Show / Hide Table of Contents

Class AgeUnitsCodes

A valueSet of UCUM codes for representing age value units.

Inheritance
System.Object
AgeUnitsCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AgeUnitsCodes : object

Fields

| Improve this Doc View Source

Day

Day

Declaration
public static readonly Coding Day
Field Value
Type Description
Coding
| Improve this Doc View Source

Hour

Hour

Declaration
public static readonly Coding Hour
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralDay

Literal for code: Day

Declaration
public const string LiteralDay = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralHour

Literal for code: Hour

Declaration
public const string LiteralHour = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralMinute

Literal for code: Minute

Declaration
public const string LiteralMinute = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralMonth

Literal for code: Month

Declaration
public const string LiteralMonth = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNONEDay

Literal for code: NONEDay

Declaration
public const string LiteralNONEDay = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNONEHour

Literal for code: NONEHour

Declaration
public const string LiteralNONEHour = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNONEMinute

Literal for code: NONEMinute

Declaration
public const string LiteralNONEMinute = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNONEMonth

Literal for code: NONEMonth

Declaration
public const string LiteralNONEMonth = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNONEWeek

Literal for code: NONEWeek

Declaration
public const string LiteralNONEWeek = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNONEYear

Literal for code: NONEYear

Declaration
public const string LiteralNONEYear = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralWeek

Literal for code: Week

Declaration
public const string LiteralWeek = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralYear

Literal for code: Year

Declaration
public const string LiteralYear = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Minute

Minute

Declaration
public static readonly Coding Minute
Field Value
Type Description
Coding
| Improve this Doc View Source

Month

Month

Declaration
public static readonly Coding Month
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up AgeUnits Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

Week

Week

Declaration
public static readonly Coding Week
Field Value
Type Description
Coding
| Improve this Doc View Source

Year

Year

Declaration
public static readonly Coding Year
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX