| LocalConceptRepositoryGetConceptReferenceTerm Method (String, String) |
Get the concept reference term in the code system by the concept mnemonic
Namespace:
SanteDB.DisconnectedClient.Services.Local
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public ReferenceTerm GetConceptReferenceTerm(
string conceptMnemonic,
string codeSystem
)
Public Function GetConceptReferenceTerm (
conceptMnemonic As String,
codeSystem As String
) As ReferenceTerm
public:
virtual ReferenceTerm^ GetConceptReferenceTerm(
String^ conceptMnemonic,
String^ codeSystem
) sealed
abstract GetConceptReferenceTerm :
conceptMnemonic : string *
codeSystem : string -> ReferenceTerm
override GetConceptReferenceTerm :
conceptMnemonic : string *
codeSystem : string -> ReferenceTerm
Parameters
- conceptMnemonic
- Type: SystemString
[Missing <param name="conceptMnemonic"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalConceptRepository.GetConceptReferenceTerm(System.String,System.String)"]
- codeSystem
- Type: SystemString
[Missing <param name="codeSystem"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalConceptRepository.GetConceptReferenceTerm(System.String,System.String)"]
Return Value
Type:
ReferenceTerm[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalConceptRepository.GetConceptReferenceTerm(System.String,System.String)"]
Implements
IConceptRepositoryServiceGetConceptReferenceTerm(String, String)See Also