Class ContextInfo
Inheritance
System.Object
ContextInfo
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class ContextInfo : object
Properties
|
Improve this Doc
View Source
birthDateElement
Declaration
public string birthDateElement { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
contextType
Declaration
public NamedTypeSpecifier contextType { get; set; }
Property Value
|
Improve this Doc
View Source
keyElement
Declaration
public string keyElement { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
name
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|