Show / Hide Table of Contents

Class TestScriptMetadataCapability

Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.

Inheritance
System.Object
Element
BackboneElement
TestScriptMetadataCapability
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class TestScriptMetadataCapability : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Description

Extension container element for Description

Declaration
public Element _Description { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Destination

Extension container element for Destination

Declaration
public Element _Destination { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Link

Extension container element for Link

Declaration
public List<Element> _Link { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Element>
| Improve this Doc View Source

_Required

Extension container element for Required

Declaration
public Element _Required { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Validated

Extension container element for Validated

Declaration
public Element _Validated { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Conformance

Minimum conformance required of server for test script to execute successfully. If server does not meet at a minimum the reference conformance definition, then all tests in this script are skipped.

Declaration
public Reference Conformance { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Description

Description of the capabilities that this test script is requiring the server to support.

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

Destination

Which server these requirements apply to.

Declaration
public int? Destination { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Link

Links to the FHIR specification that describes this interaction and the resources involved in more detail.

Declaration
public List<string> Link { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<System.String>
| Improve this Doc View Source

Required

Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.

Declaration
public bool? Required { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Validated

Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.

Declaration
public bool? Validated { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX