Click or drag to resize

FhirServiceBehaviorPostTransaction Method

Posting transaction is not supported

Namespace: SanteDB.Messaging.FHIR.Rest
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public Bundle PostTransaction(
	Bundle feed
)

Parameters

feed  Bundle

[Missing <param name="feed"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.PostTransaction(Hl7.Fhir.Model.Bundle)"]

Return Value

Bundle

[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.PostTransaction(Hl7.Fhir.Model.Bundle)"]

Implements

IFhirServiceContractPostTransaction(Bundle)
See Also