Show / Hide Table of Contents

Class OpenApiCommon

An open API common.

Inheritance
System.Object
OpenApiCommon
Namespace: Microsoft.Health.Fhir.SpecManager.Language.OpenApi
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public static class OpenApiCommon : object

Fields

| Improve this Doc View Source

_historyParameters

(Immutable) Options for controlling the history.

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

_httpCommonParameters

(Immutable) Options for controlling the HTTP common.

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

_httpReadParameters

(Immutable) Options for controlling the HTTP.

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

_httpRequestHeaders

(Immutable) The HTTP Request headers.

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

_httpResponseDescriptions

The HTTP response descriptions.

Declaration
public static readonly Dictionary<int, string> _httpResponseDescriptions
Field Value
Type Description
Dictionary<System.Int32, System.String>
| Improve this Doc View Source

_httpResponseHeaders

(Immutable) The HTTP response headers.

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

_pathParameters

(Immutable) Options for controlling the path.

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

_primitiveTypeMap

Dictionary mapping FHIR primitive types to language equivalents.

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

_reservedWords

(Immutable) The reserved words.

Declaration
public static readonly HashSet<string> _reservedWords
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

_resInteactionHashWO

(Immutable) The write only interactions.

Declaration
public static readonly HashSet<FhirCapResource.FhirInteractionCodes> _resInteactionHashWO
Field Value
Type Description
HashSet<FhirCapResource.FhirInteractionCodes>
| Improve this Doc View Source

_resInteracionHashRO

(Immutable) The read only interactions.

Declaration
public static readonly HashSet<FhirCapResource.FhirInteractionCodes> _resInteracionHashRO
Field Value
Type Description
HashSet<FhirCapResource.FhirInteractionCodes>
| Improve this Doc View Source

_resInteractionsRO

(Immutable) The read only interactions.

Declaration
public static readonly FhirCapResource.FhirInteractionCodes[] _resInteractionsRO
Field Value
Type Description
FhirCapResource.FhirInteractionCodes[]
| Improve this Doc View Source

_resInteractionsRW

Declaration
public static readonly FhirCapResource.FhirInteractionCodes[] _resInteractionsRW
Field Value
Type Description
FhirCapResource.FhirInteractionCodes[]
| Improve this Doc View Source

_resInteractionsWO

(Immutable) The write only interactions.

Declaration
public static readonly FhirCapResource.FhirInteractionCodes[] _resInteractionsWO
Field Value
Type Description
FhirCapResource.FhirInteractionCodes[]
| Improve this Doc View Source

_responseCodesConditionalOrPatch

(Immutable) The response codes conditional or patch.

Declaration
public static readonly int[] _responseCodesConditionalOrPatch
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

_responseCodesCreate

(Immutable) The response codes create.

Declaration
public static readonly int[] _responseCodesCreate
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

_responseCodesDelete

(Immutable) The response codes delete.

Declaration
public static readonly int[] _responseCodesDelete
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

_responseCodesRead

(Immutable) The response codes read.

Declaration
public static readonly int[] _responseCodesRead
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

_responseCodesSearch

(Immutable) The response codes search.

Declaration
public static readonly int[] _responseCodesSearch
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

_responseCodesUpdate

(Immutable) The response codes update.

Declaration
public static readonly int[] _responseCodesUpdate
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

_searchCommonParameters

(Immutable) Common search/operation parameters.

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

_searchResultParameters

(Immutable) Options for controlling the result.

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

_searchRootParameters

(Immutable) Options for controlling the search root.

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

_uncommonFields

The uncommon fields.

Declaration
public static readonly HashSet<string> _uncommonFields
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

PathComponentLogicalId

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

PathComponentVersionId

Declaration
public const string PathComponentVersionId = null
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX