C# Class Spark.Engine.Core.Respond

Datei anzeigen Open project: raysearchlabs/spark

Public Methods

Method Description
Gone ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
NotFound ( IKey key ) : Spark.Engine.Core.FhirResponse
WithBundle ( Hl7.Fhir.Model.Bundle bundle, Uri serviceBase ) : Spark.Engine.Core.FhirResponse
WithBundle ( IEnumerable interactions, Uri serviceBase ) : Spark.Engine.Core.FhirResponse
WithCode ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
WithCode ( int code ) : Spark.Engine.Core.FhirResponse
WithEntry ( HttpStatusCode code, Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
WithError ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
WithError ( HttpStatusCode code, string message ) : Spark.Engine.Core.FhirResponse
WithKey ( HttpStatusCode code, IKey key ) : Spark.Engine.Core.FhirResponse
WithMeta ( Spark.Engine.Core.Interaction interaction ) : Spark.Engine.Core.FhirResponse
WithMeta ( Hl7.Fhir.Model.Meta meta ) : Spark.Engine.Core.FhirResponse
WithResource ( HttpStatusCode code, Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
WithResource ( HttpStatusCode code, Spark.Engine.Core.Key key, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
WithResource ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
WithResource ( Spark.Engine.Core.Key key, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
WithResource ( Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
WithResource ( int code, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse

Method Details

Gone() public static method

public static Gone ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
entry Spark.Engine.Core.Interaction
return Spark.Engine.Core.FhirResponse

NotFound() public static method

public static NotFound ( IKey key ) : Spark.Engine.Core.FhirResponse
key IKey
return Spark.Engine.Core.FhirResponse

WithBundle() public static method

public static WithBundle ( Hl7.Fhir.Model.Bundle bundle, Uri serviceBase ) : Spark.Engine.Core.FhirResponse
bundle Hl7.Fhir.Model.Bundle
serviceBase System.Uri
return Spark.Engine.Core.FhirResponse

WithBundle() public static method

public static WithBundle ( IEnumerable interactions, Uri serviceBase ) : Spark.Engine.Core.FhirResponse
interactions IEnumerable
serviceBase System.Uri
return Spark.Engine.Core.FhirResponse

WithCode() public static method

public static WithCode ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
return Spark.Engine.Core.FhirResponse

WithCode() public static method

public static WithCode ( int code ) : Spark.Engine.Core.FhirResponse
code int
return Spark.Engine.Core.FhirResponse

WithEntry() public static method

public static WithEntry ( HttpStatusCode code, Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
entry Spark.Engine.Core.Interaction
return Spark.Engine.Core.FhirResponse

WithError() public static method

public static WithError ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
return Spark.Engine.Core.FhirResponse

WithError() public static method

public static WithError ( HttpStatusCode code, string message ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
message string
return Spark.Engine.Core.FhirResponse

WithKey() public static method

public static WithKey ( HttpStatusCode code, IKey key ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
key IKey
return Spark.Engine.Core.FhirResponse

WithMeta() public static method

public static WithMeta ( Spark.Engine.Core.Interaction interaction ) : Spark.Engine.Core.FhirResponse
interaction Spark.Engine.Core.Interaction
return Spark.Engine.Core.FhirResponse

WithMeta() public static method

public static WithMeta ( Hl7.Fhir.Model.Meta meta ) : Spark.Engine.Core.FhirResponse
meta Hl7.Fhir.Model.Meta
return Spark.Engine.Core.FhirResponse

WithResource() public static method

public static WithResource ( HttpStatusCode code, Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
entry Spark.Engine.Core.Interaction
return Spark.Engine.Core.FhirResponse

WithResource() public static method

public static WithResource ( HttpStatusCode code, Spark.Engine.Core.Key key, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
key Spark.Engine.Core.Key
resource Hl7.Fhir.Model.Resource
return Spark.Engine.Core.FhirResponse

WithResource() public static method

public static WithResource ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
entry Spark.Engine.Core.Interaction
return Spark.Engine.Core.FhirResponse

WithResource() public static method

public static WithResource ( Spark.Engine.Core.Key key, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
key Spark.Engine.Core.Key
resource Hl7.Fhir.Model.Resource
return Spark.Engine.Core.FhirResponse

WithResource() public static method

public static WithResource ( Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
resource Hl7.Fhir.Model.Resource
return Spark.Engine.Core.FhirResponse

WithResource() public static method

public static WithResource ( int code, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
code int
resource Hl7.Fhir.Model.Resource
return Spark.Engine.Core.FhirResponse