Click or drag to resize

IConceptRepositoryService Methods

The IConceptRepositoryService type exposes the following members.

Methods
  NameDescription
Public methodDelete
Delete the object according to the current DeleteMode or according to server configuration
(Inherited from IRepositoryServiceTModel.)
Public methodFind
Finds the specified data where the current version matches the query provided
(Inherited from IRepositoryServiceTModel.)
Public methodFindConceptsByName
Searches for a Concept by name and language.
Public methodFindConceptsByReferenceTerm(String, String)
Finds all Concept instances which are associated with the specified ReferenceTerm
Public methodFindConceptsByReferenceTerm(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.
Public methodFindReferenceTermsByConcept
Finds all reference terms for the concept with conceptId in the specified codeSystem system.
Public methodGet(Guid)
Gets the specified model data
(Inherited from IRepositoryServiceTModel.)
Public methodGet(Guid, Guid)
Gets the specified model data at the specified version
(Inherited from IRepositoryServiceTModel.)
Public methodGetConcept
Get a Concept instance given the concept's unique mnemonic
Public methodGetConceptByReferenceTerm
Finds a concept by reference term only where the concept is equivalent to the reference term
Public methodGetConceptReferenceTerm(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
Public methodGetConceptReferenceTerm(Guid, String, Boolean)
Gets the concept reference term for the specified code system
Public methodGetConceptSetMembers
Gets all the Concept members of the specified concept set
Public methodGetName
Get the specified concept name
Public methodImplies
Returns a value which indicates whether concept a implies concept b through a ConceptRelationship indicating the two are the same
Public methodInsert
Inserts the specified model information
(Inherited from IRepositoryServiceTModel.)
Public methodIsMember(ConceptSet, Concept)
Returns true if the concept concept is a member of set set
Public methodIsMember(Guid, Guid)
Returns true if the concept concept is a member of set set
Public methodSave
Inserts or updates the specified data
(Inherited from IRepositoryServiceTModel.)
Top
See Also