Package | Description |
---|---|
gov.nih.nlm.nls.lexAccess.Api |
This package provides APIs for the official Java LexAccess release.
|
Modifier and Type | Method and Description |
---|---|
LexAccessApiResult |
LexAccessApi.GetLexRecords(java.lang.String input)
A method to get the Lexical records of an input (term or EUI).
|
LexAccessApiResult |
LexAccessApi.GetLexRecordsByBase(java.lang.String input,
int baseBy)
A method to get the Lexical records of an input (term or EUI).
|
LexAccessApiResult |
LexAccessApi.GetLexRecordsByCat(long category)
A method to get the Lexical records by specified category.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LexAccessApi.FormatResultToStr(LexAccessApiResult lexAccessApiResult,
java.lang.String inputTerm,
boolean showQuery,
java.lang.String query,
boolean noOutputFlag,
java.lang.String noOutputMsg,
boolean showTotalRecNum,
int lexRecordFormat,
java.lang.String fieldSep)
Format the result to a String by specifying options.
|
Submit a bug or feature
Copyright © 2016 National Library of Medicine