Class FhirCompartment
Implements
Inherited Members
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirCompartment : FhirModelBase
Constructors
| Improve this Doc View SourceFhirCompartment(FhirCompartment)
Initializes a new instance of the Fhir
Declaration
public FhirCompartment(FhirCompartment source)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
source | Source top copy from. |
FhirCompartment(String, String, String, String, FhirConcept, Uri, String, String, Nullable<Int32>, Boolean, String, String, String, String, String, Boolean, Dictionary<String, FhirCompartment.CompartmentResource>)
Initializes a new instance of the Fhir
Declaration
public FhirCompartment(string id, string name, string title, string version, FhirConcept versionAlgorithm, Uri url, string publicationStatus, string standardStatus, int? fmmLevel, bool isExperimental, string purpose, string description, string narrative, string narrativeStatus, string compartmentType, bool isSearchSupported, Dictionary<string, FhirCompartment.CompartmentResource> compartmentResources)
Parameters
Type | Name | Description |
---|---|---|
System. |
id | The identifier. |
System. |
name | The name. |
System. |
title | Title of this compartment. |
System. |
version | Version of this definition. |
Fhir |
versionAlgorithm | Algorithm for the version information, if present |
Uri | url | URL of the resource. |
System. |
publicationStatus | The publication status. |
System. |
standardStatus | The standard status. |
System. |
fmmLevel | The fmm level. |
System. |
isExperimental | A value indicating whether this object is experimental. |
System. |
purpose | The purpose. |
System. |
description | Natural language description of the compartment definition. |
System. |
narrative | Narrative content for this resource. |
System. |
narrativeStatus | Narrative status for the narrative of this resource. |
System. |
compartmentType | CompartmentType code. |
System. |
isSearchSupported | If search is supported in this compartment. |
Dictionary<System. |
compartmentResources |
Properties
| Improve this Doc View SourceCompartmentType
Gets the type of the compartment.
Declaration
public FhirCompartment.CompartmentTypeCodes CompartmentType { get; }
Property Value
Type | Description |
---|---|
Fhir |
CompartmentTypeLiteral
Gets the compartment type literal.
Declaration
public string CompartmentTypeLiteral { get; }
Property Value
Type | Description |
---|---|
System. |
IsSearchSupported
Gets a value indicating whether this object is search supported.
Declaration
public bool IsSearchSupported { get; }
Property Value
Type | Description |
---|---|
System. |
ResourcesByType
Gets the compartment resource records, by resource type.
Declaration
public Dictionary<string, FhirCompartment.CompartmentResource> ResourcesByType { get; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
Methods
| Improve this Doc View SourceClone()
Makes a deep copy of this object.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System. |
A copy of this object. |