LocalConceptRepository Methods |
The LocalConceptRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| Demand |
Demand permission
(Inherited from GenericLocalRepositoryTEntity.) | |
| DemandAlter |
Demand alter permission
(Inherited from GenericLocalRepositoryTEntity.) | |
| DemandDelete |
Demand delete permission
(Inherited from GenericLocalRepositoryTEntity.) | |
| DemandQuery |
Demand query
(Inherited from GenericLocalRepositoryTEntity.) | |
| DemandRead |
Demand read
(Inherited from GenericLocalRepositoryTEntity.) | |
| DemandWrite |
Demand write permission
(Inherited from GenericLocalRepositoryTEntity.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Find(ExpressionFuncTEntity, Boolean) |
Perform a simple find
(Inherited from GenericLocalRepositoryTEntity.) | |
| Find(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, ModelSortTEntity) |
Perform a normal find
(Inherited from GenericLocalRepositoryTEntity.) | |
| Find(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTEntity) |
Find with stored query parameters
(Inherited from GenericLocalRepositoryTEntity.) | |
| FindConceptsByName |
Searches for a concept by name and language.
| |
| FindConceptsByReferenceTerm(String, String) |
Find concepts by reference terms
| |
| FindConceptsByReferenceTerm(String, Uri) |
Finds a concept by reference term.
| |
| FindFast |
Perform a faster version of the query for an object
(Inherited from GenericLocalRepositoryTEntity.) | |
| FindReferenceTermsByConcept |
Get the specified reference term for the specified code system
| |
| Get(Guid) |
Get the specified key
(Inherited from GenericLocalRepositoryTEntity.) | |
| Get(Guid, Guid) |
Get specified data from persistence
(Inherited from GenericLocalRepositoryTEntity.) | |
| GetConcept |
Get a concept by its mnemonic
| |
| GetConceptByReferenceTerm |
Finds a concept by reference term only where the concept is equivalent
| |
| GetConceptReferenceTerm(String, String) |
Get the concept reference term in the code system by the concept mnemonic
| |
| GetConceptReferenceTerm(Guid, String, Boolean) |
Get the specified reference term for the specified code system
| |
| GetConceptSetMembers |
Get set members for the specified concept set
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetName |
Get the name of the concept
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Implies |
Returns a value which indicates whether a implies b | |
| Insert |
Performs insert of object
(Inherited from GenericLocalRepositoryTEntity.) | |
| IsMember(ConceptSet, Concept) |
Determine if the concept set contains the specified concept
| |
| IsMember(Guid, Guid) |
Determine if the concept set contains the specified concept
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Nullify |
Nullify the specified object
(Inherited from GenericLocalNullifiedRepositoryTModel.) | |
| Obsolete |
Obsolete the specified data
(Inherited from GenericLocalRepositoryTEntity.) | |
| Save |
Save the specified entity (insert or update)
(Inherited from GenericLocalRepositoryTEntity.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Touch |
Touch the specified object
(Inherited from GenericLocalNullifiedRepositoryTModel.) | |
| Validate |
Validate a patient before saving
(Inherited from GenericLocalRepositoryTEntity.) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
| GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |