Class TestScriptSetupActionOperation
The operation to perform.
Implements
Inherited Members
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 |
_ContentType
Extension container element for ContentType
Declaration
public Element _ContentType { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Description
Extension container element for Description
Declaration
public Element _Description { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Destination
Extension container element for Destination
Declaration
public Element _Destination { get; set; }
Property Value
Type | Description |
---|---|
Element |
_EncodeRequestUrl
Extension container element for EncodeRequestUrl
Declaration
public Element _EncodeRequestUrl { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Label
Extension container element for Label
Declaration
public Element _Label { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Params
Extension container element for Params
Declaration
public Element _Params { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Resource
Extension container element for Resource
Declaration
public Element _Resource { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ResponseId
Extension container element for ResponseId
Declaration
public Element _ResponseId { get; set; }
Property Value
Type | Description |
---|---|
Element |
_SourceId
Extension container element for SourceId
Declaration
public Element _SourceId { get; set; }
Property Value
Type | Description |
---|---|
Element |
_TargetId
Extension container element for TargetId
Declaration
public Element _TargetId { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Url
Extension container element for Url
Declaration
public Element _Url { get; set; }
Property Value
Type | Description |
---|---|
Element |
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. |
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. |
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. |
Destination
Which server to perform the operation on.
Declaration
public int? Destination { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
Label
The label would be used for tracking/logging purposes by test engines.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
RequestHeader
Header elements would be used to set HTTP headers.
Declaration
public List<TestScriptSetupActionOperationRequestHeader> RequestHeader { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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. |
ResponseId
The fixture id (maybe new) to map to the response.
Declaration
public string ResponseId { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
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. |
Type
Server interaction or operation type.
Declaration
public Coding Type { get; set; }
Property Value
Type | Description |
---|---|
Coding |
Url
Complete request URL.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |