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 SourceLiteralPropertyRepresentationXMLAttribute
Literal for code: PropertyRepresentationXMLAttribute
Declaration
public const string LiteralPropertyRepresentationXMLAttribute = null
Field Value
Type | Description |
---|---|
System. |
LiteralXMLAttribute
Literal for code: XMLAttribute
Declaration
public const string LiteralXMLAttribute = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up PropertyRepresentation Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
XMLAttribute
In XML, this property is represented as an attribute not an element.
Declaration
public static readonly Coding XMLAttribute
Field Value
Type | Description |
---|---|
Coding |