Class | Description |
---|---|
CodingSchemeSelectionMenu |
Helper class used to display a list of available code systems and return the
user selection.
|
LoadAllDefinitionsToResolvedValueSet | |
LoadAllValueSetDefinitionsInDirectory | |
LoadPickListDefinition |
Imports the source file, provided in LexGrid canonical format, to the LexBIG
repository.
|
LoadResolvedValueSetDefinition |
Load the resolved ValueSet Definition
Example: java org.lexgrid.valuesets.admin.LoadResolvedValueSetDefinition
-u, URN uniquely identifying the ValueSet Definition
-l, <id> List of coding scheme versions to use for the resolution
in format "csuri1::version1, csuri2::version2"
-csSourceTag, Resolves against scheme bearing this tag, eg: development, production"
-vsTag, User defined Tag to apply to the resulting resolved value set scheme
-vsVersion, Optional user defined version that can be applied to the resolved value set scheme
Note: If the URN and version values are unspecified, a
list of available coding schemes will be presented for
user selection.
|
LoadValueSetDefinition |
Imports the source file, provided in LexGrid canonical format, to the LexBIG
repository.
|
RemoveAllResolvedValueSets | |
RemoveAllValueSetDefinitions | |
RemoveResolvedValueSet |
Remove the resolvedValueSet
Example: java org.lexgrid.valuesets.admin.RemoveResolvedValueSet
-l, <id> List of coding scheme versions to match when removing the ResolvedValueSet.
|
RemoveValueSetDefinition | |
RemoveVSResolvedFromCodingSchemes |
Remove resolved value set associated with the given coding scheme(s)
Note: If the URN and version values are unspecified, a
list of available coding schemes will be presented for
user selection.
|
Util |
Common utility functions required by admin tasks.
|
UtilDeprecate |
Common utility functions required by admin tasks.
|