Click or drag to resize

DataConverterToConcept Method (ID, String)

Convert a simple string to a concept in the specified domain

Namespace:  SanteDB.Messaging.HL7
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
public static Concept ToConcept(
	this ID me,
	string domain
)

Parameters

me
Type: ID

[Missing <param name="me"/> documentation for "M:SanteDB.Messaging.HL7.DataConverter.ToConcept(NHapi.Model.V25.Datatype.ID,System.String)"]

domain
Type: SystemString

[Missing <param name="domain"/> documentation for "M:SanteDB.Messaging.HL7.DataConverter.ToConcept(NHapi.Model.V25.Datatype.ID,System.String)"]

Return Value

Type: Concept

[Missing <returns> documentation for "M:SanteDB.Messaging.HL7.DataConverter.ToConcept(NHapi.Model.V25.Datatype.ID,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ID. 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