Show / Hide Table of Contents

Class TestScriptSetupActionOperation

The operation to perform.

Inheritance
System.Object
Element
BackboneElement
TestScriptSetupActionOperation
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 TestScriptSetupActionOperation : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Accept

Extension container element for Accept

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

_ContentType

Extension container element for ContentType

Declaration
public Element _ContentType { get; set; }
Property Value
Type Description
Element
| 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

_EncodeRequestUrl

Extension container element for EncodeRequestUrl

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

_Label

Extension container element for Label

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

_Params

Extension container element for Params

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

_Resource

Extension container element for Resource

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

_ResponseId

Extension container element for ResponseId

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

_SourceId

Extension container element for SourceId

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

_TargetId

Extension container element for TargetId

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

_Url

Extension container element for Url

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

Accept

The content-type or mime-type to use for RESTful operation in the 'Accept' header.

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

ContentType

The content-type or mime-type to use for RESTful operation in the 'Content-Type' header.

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

Description

The description would be used by test engines for tracking and reporting purposes.

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

Destination

Which server to perform the operation on.

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

EncodeRequestUrl

Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths.

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

Label

The label would be used for tracking/logging purposes by test engines.

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

Params

Path plus parameters after [type]. Used to set parts of the request URL explicitly.

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

RequestHeader

Header elements would be used to set HTTP headers.

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

Resource

The type of the resource. See http://hl7-fhir.github.io/resourcelist.html.

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

ResponseId

The fixture id (maybe new) to map to the response.

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

SourceId

The id of the fixture used as the body of a PUT or POST request.

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

TargetId

Id of fixture used for extracting the [id], [type], and [vid] for GET requests.

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

Type

Server interaction or operation type.

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

Url

Complete request URL.

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

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