Method | Description | |
---|---|---|
AcquireHeaders ( this response, Spark.Engine.Core.FhirResponse fhirResponse ) : void | ||
CreateResponse ( this request, Spark.Engine.Core.FhirResponse fhir ) : |
||
GetBooleanParameter ( this request, string name ) : bool? | ||
GetDateParameter ( this request, string name ) : DateTimeOffset? | ||
GetEntry ( this request ) : Spark.Engine.Core.Interaction | ||
GetIntParameter ( this request, string name ) : int? | ||
GetValue ( this request, string key ) : string | ||
IfMatchVersionId ( this request ) : string | ||
IfModifiedSince ( this request ) : DateTimeOffset? | ||
IfNoneMatch ( this request ) : IEnumerable |
||
PreferRepresentation ( this request ) : bool | ||
RequestSummary ( this request ) : bool | ||
SaveEntry ( this request, Spark.Engine.Core.Interaction entry ) : void |
Temporary hack! Adds a resourceEntry to the request property bag. To be picked up by the MediaTypeFormatters for adding http headers. The SendAsync is called after the headers are set. The SetDefaultHeaders have no access to the content object. The only solution is to give the information through the Request Property Bag. |
Method | Description | |
---|---|---|
CreateBareFhirResponse ( this request, Spark.Engine.Core.FhirResponse fhir ) : |
||
WithoutQuotes ( string s ) : string |
public static AcquireHeaders ( this response, Spark.Engine.Core.FhirResponse fhirResponse ) : void | ||
response | this | |
fhirResponse | Spark.Engine.Core.FhirResponse | |
return | void |
public static CreateResponse ( this request, Spark.Engine.Core.FhirResponse fhir ) : |
||
request | this | |
fhir | Spark.Engine.Core.FhirResponse | |
return |
public static GetBooleanParameter ( this request, string name ) : bool? | ||
request | this | |
name | string | |
return | bool? |
public static GetDateParameter ( this request, string name ) : DateTimeOffset? | ||
request | this | |
name | string | |
return | DateTimeOffset? |
public static GetEntry ( this request ) : Spark.Engine.Core.Interaction | ||
request | this | |
return | Spark.Engine.Core.Interaction |
public static GetIntParameter ( this request, string name ) : int? | ||
request | this | |
name | string | |
return | int? |
public static GetValue ( this request, string key ) : string | ||
request | this | |
key | string | |
return | string |
public static IfMatchVersionId ( this request ) : string | ||
request | this | |
return | string |
public static IfModifiedSince ( this request ) : DateTimeOffset? | ||
request | this | |
return | DateTimeOffset? |
public static IfNoneMatch ( this request ) : IEnumerable |
||
request | this | |
return | IEnumerable |
public static PreferRepresentation ( this request ) : bool | ||
request | this | |
return | bool |
public static RequestSummary ( this request ) : bool | ||
request | this | |
return | bool |
public static SaveEntry ( this request, Spark.Engine.Core.Interaction entry ) : void | ||
request | this | |
entry | Spark.Engine.Core.Interaction | The resource entry with information to generate headers |
return | void |