 | DataConverterFromModel(CE, Concept, String, Boolean) Method |
Convert entity identifier to a CX
Namespace: SanteDB.Messaging.HL7Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntaxpublic static CE FromModel(
this CE me,
Concept concept,
string domain,
bool exact = true
)
<ExtensionAttribute>
Public Shared Function FromModel (
me As CE,
concept As Concept,
domain As String,
Optional exact As Boolean = true
) As CE
public:
[ExtensionAttribute]
static CE^ FromModel(
CE^ me,
Concept^ concept,
String^ domain,
bool exact = true
)
[<ExtensionAttribute>]
static member FromModel :
me : CE *
concept : Concept *
domain : string *
?exact : bool
(* Defaults:
let _exact = defaultArg exact true
*)
-> CE Parameters
- me CE
- The CE to populate
- concept Concept
- The concept to fetch the reference term for
- domain String
- The domain in the code
- exact Boolean (Optional)
- True if only SAME_AS should be returned
Return Value
CE[Missing <returns> documentation for "M:SanteDB.Messaging.HL7.DataConverter.FromModel(NHapi.Model.V25.Datatype.CE,SanteDB.Core.Model.DataTypes.Concept,System.String,System.Boolean)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
CE. 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