Show / Hide Table of Contents

Class FhirStructureDefMapping

External specification that the content is mapped to - e.g., FiveWs, RIM, Workflow.

Inheritance
System.Object
FhirStructureDefMapping
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirStructureDefMapping : ICloneable

Properties

| Improve this Doc View Source

CanonicalUri

Gets or sets canonical uri - identifies what this mapping refers to.

Declaration
public string CanonicalUri { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Comment

Gets or sets the comment - Versions, Issues, Scope limitations etc..

Declaration
public string Comment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Identity

Gets or sets the internal id when this mapping is used.

Declaration
public string Identity { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the name of what this mapping refers to.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Clone()

Creates a new object that is a copy of the current instance.

Declaration
public object Clone()
Returns
Type Description
System.Object

A new object that is a copy of this instance.

  • Improve this Doc
  • View Source
In This Article
  • Properties
    • CanonicalUri
    • Comment
    • Identity
    • Name
  • Methods
    • Clone()
Back to top Generated by DocFX