Show / Hide Table of Contents

Class AddressTypeCodes

Code Values for the Address.type field

Inheritance
System.Object
AddressTypeCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class AddressTypeCodes : object

Fields

| Improve this Doc View Source

BOTH

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

PHYSICAL

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

POSTAL

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

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX