Show / Hide Table of Contents

Class PropertyRepresentationCodes

How a property is represented on the wire.

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

Fields

| Improve this Doc View Source

LiteralPropertyRepresentationXMLAttribute

Literal for code: PropertyRepresentationXMLAttribute

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

LiteralXMLAttribute

Literal for code: XMLAttribute

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

Values

Dictionary for looking up PropertyRepresentation Codings based on Codes

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

XMLAttribute

In XML, this property is represented as an attribute not an element.

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