Click or drag to resize

AdtMessageHandlerPerformUpdate Method

Perform an update of the specified patient

Namespace:  SanteDB.Messaging.HL7.Messages
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
protected virtual IMessage PerformUpdate(
	Hl7MessageReceivedEventArgs e,
	Bundle updateBundle
)

Parameters

e
Type: SanteDB.Messaging.HL7.TransportProtocolHl7MessageReceivedEventArgs

[Missing <param name="e"/> documentation for "M:SanteDB.Messaging.HL7.Messages.AdtMessageHandler.PerformUpdate(SanteDB.Messaging.HL7.TransportProtocol.Hl7MessageReceivedEventArgs,SanteDB.Core.Model.Collection.Bundle)"]

updateBundle
Type: SanteDB.Core.Model.CollectionBundle

[Missing <param name="updateBundle"/> documentation for "M:SanteDB.Messaging.HL7.Messages.AdtMessageHandler.PerformUpdate(SanteDB.Messaging.HL7.TransportProtocol.Hl7MessageReceivedEventArgs,SanteDB.Core.Model.Collection.Bundle)"]

Return Value

Type: IMessage

[Missing <returns> documentation for "M:SanteDB.Messaging.HL7.Messages.AdtMessageHandler.PerformUpdate(SanteDB.Messaging.HL7.TransportProtocol.Hl7MessageReceivedEventArgs,SanteDB.Core.Model.Collection.Bundle)"]

See Also