Click or drag to resize

ModelExtensionsCreateDescription Method (FHIRAllTypes)

FHIR Resource

Namespace:  SanteDB.Messaging.FHIR.Util
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public static ResourceDescription CreateDescription(
	this FHIRAllTypes me
)

Parameters

me
Type: FHIRAllTypes

[Missing <param name="me"/> documentation for "M:SanteDB.Messaging.FHIR.Util.ModelExtensions.CreateDescription(Hl7.Fhir.Model.FHIRAllTypes)"]

Return Value

Type: ResourceDescription

[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Util.ModelExtensions.CreateDescription(Hl7.Fhir.Model.FHIRAllTypes)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type FHIRAllTypes. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also