C# Class Spark.Engine.Core.Respond

Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

Méthode 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 méthode

public static Gone ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
entry Spark.Engine.Core.Interaction
Résultat Spark.Engine.Core.FhirResponse

NotFound() public static méthode

public static NotFound ( IKey key ) : Spark.Engine.Core.FhirResponse
key IKey
Résultat Spark.Engine.Core.FhirResponse

WithBundle() public static méthode

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

WithBundle() public static méthode

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

WithCode() public static méthode

public static WithCode ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
Résultat Spark.Engine.Core.FhirResponse

WithCode() public static méthode

public static WithCode ( int code ) : Spark.Engine.Core.FhirResponse
code int
Résultat Spark.Engine.Core.FhirResponse

WithEntry() public static méthode

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

WithError() public static méthode

public static WithError ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
Résultat Spark.Engine.Core.FhirResponse

WithError() public static méthode

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

WithKey() public static méthode

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

WithMeta() public static méthode

public static WithMeta ( Spark.Engine.Core.Interaction interaction ) : Spark.Engine.Core.FhirResponse
interaction Spark.Engine.Core.Interaction
Résultat Spark.Engine.Core.FhirResponse

WithMeta() public static méthode

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

WithResource() public static méthode

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

WithResource() public static méthode

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
Résultat Spark.Engine.Core.FhirResponse

WithResource() public static méthode

public static WithResource ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
entry Spark.Engine.Core.Interaction
Résultat Spark.Engine.Core.FhirResponse

WithResource() public static méthode

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
Résultat Spark.Engine.Core.FhirResponse

WithResource() public static méthode

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

WithResource() public static méthode

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