Click or drag to resize

IFhirExtensionHandlerParse Method

Parse the specified extension

Namespace:  SanteDB.Messaging.FHIR.Extensions
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
bool Parse(
	Extension fhirExtension,
	IdentifiedData modelObject
)

Parameters

fhirExtension
Type: Extension
The FHIR Extension to parsed
modelObject
Type: SanteDB.Core.ModelIdentifiedData
The current model object into which the extension data should be added

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Extensions.IFhirExtensionHandler.Parse(Hl7.Fhir.Model.Extension,SanteDB.Core.Model.IdentifiedData)"]

See Also