IConcept |
The IConceptRepositoryService type exposes the following members.
| Name | Description | |
|---|---|---|
| Delete |
Delete the object according to the current DeleteMode or
according to server configuration
(Inherited from IRepositoryServiceTModel) | |
| ExpandConceptSet(Guid) | Expand the concept set to a flat list of values | |
| ExpandConceptSet(String) | Expand the concept set by name | |
| Find |
Finds the specified data where the current version matches the query provided
(Inherited from IRepositoryServiceTModel) | |
| FindConceptsByName | Searches for a Concept by name and language. | |
| FindConceptsByReferenceTerm(String, String) | Finds all Concept instances which are associated with the specified ReferenceTerm | |
| FindConceptsByReferenceTerm(String, Uri) | Finds a concept by reference term information, returning the ConceptReferenceTerm so the caller can determine if the Concept and ReferenceTerm are equivalent, narrower than, etc. | |
| FindReferenceTermsByConcept | Finds all reference terms for the concept with conceptId in the specified codeSystem system. | |
| Get(Guid) |
Gets the specified model data
(Inherited from IRepositoryServiceTModel) | |
| Get(Guid, Guid) |
Gets the specified model data at the specified version
(Inherited from IRepositoryServiceTModel) | |
| GetConcept | Get a Concept instance given the concept's unique mnemonic | |
| GetConceptByReferenceTerm | Finds a concept by reference term only where the concept is equivalent to the reference term | |
| GetConceptReferenceTerm(String, String) | Gets the concept reference term for the Concept with conceptMnemonic in codeSystem only if the ReferenceTerm is the same in scope as the Concept | |
| GetConceptReferenceTerm(Guid, String, Boolean) | Gets the concept reference term for the specified code system | |
| GetConceptSetMembers | Gets all the Concept members of the specified concept set | |
| GetName | Get the specified concept name | |
| Implies | Returns a value which indicates whether concept a implies concept b through a ConceptRelationship indicating the two are the same | |
| Insert |
Inserts the specified model information
(Inherited from IRepositoryServiceTModel) | |
| IsMember(ConceptSet, Concept) | Returns true if the concept concept is a member of set set | |
| IsMember(Guid, Guid) | Returns true if the concept concept is a member of set set | |
| Save |
Inserts or updates the specified data
(Inherited from IRepositoryServiceTModel) |