 | DataConverterFromModel Method (XPN, EntityName) |
Convert name to XPN
Namespace:
SanteDB.Messaging.HL7
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntaxpublic static XPN FromModel(
this XPN me,
EntityName name
)
<ExtensionAttribute>
Public Shared Function FromModel (
me As XPN,
name As EntityName
) As XPN
public:
[ExtensionAttribute]
static XPN^ FromModel(
XPN^ me,
EntityName^ name
)
[<ExtensionAttribute>]
static member FromModel :
me : XPN *
name : EntityName -> XPN
Parameters
- me
- Type: XPN
[Missing <param name="me"/> documentation for "M:SanteDB.Messaging.HL7.DataConverter.FromModel(NHapi.Model.V25.Datatype.XPN,SanteDB.Core.Model.Entities.EntityName)"]
- name
- Type: SanteDB.Core.Model.EntitiesEntityName
[Missing <param name="name"/> documentation for "M:SanteDB.Messaging.HL7.DataConverter.FromModel(NHapi.Model.V25.Datatype.XPN,SanteDB.Core.Model.Entities.EntityName)"]
Return Value
Type:
XPN[Missing <returns> documentation for "M:SanteDB.Messaging.HL7.DataConverter.FromModel(NHapi.Model.V25.Datatype.XPN,SanteDB.Core.Model.Entities.EntityName)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
XPN. 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