|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents information about a UMLS source. All of the data in a row of MRSAB is represented here.
Method Summary | |
String |
getAtnl()
Returns the attribute names as a comma (,) separated list of attribute name abbreviations (ATNL). |
AttributeName[] |
getAttributeNames()
Get the AttributeName s for this Source . |
List |
getAttributeNamesAsList()
Returns the AttributeName s as a List . |
String |
getAttributeNamesAsString()
Returns the attribute names as a comma (,) separated list of attribute name abbreviations (ATNL). |
String |
getCenc()
Returns the ISO character encoding (CENC). |
int |
getCfr()
Returns the frequency of concepts (CFR). |
String |
getCharacterEncoding()
Returns the ISO character encoding (CENC). |
String |
getCitation()
Returns the source citation (SCIT). |
int |
getConceptFrequency()
Returns the frequency of concepts (CFR). |
String |
getContentContact()
Returns the content contact information (SCC). |
String |
getContextType()
Returns the context type (CXTY). |
String |
getCurver()
Returns the "is current version" value (CURVER). |
String |
getCxty()
Returns the context type (CXTY). |
String |
getImeta()
Returns the version of the Metathesaurus in which this source first appeared (IMETA). |
String |
getInsertMetaVersion()
Returns the version of the Metathesaurus in which this source first appeared (IMETA). |
Language |
getLanguage()
Returns the Language (LAT). |
Language |
getLat()
Returns the Language (LAT). |
String |
getLicenseContact()
Returns the license contact information (SLC). |
Date |
getMend()
Returns the date when this source is no longer valid in the Metathesaurus (MEND). |
Date |
getMstart()
Returns the date when this source becomes valid in the Metathesaurus (MSTART). |
String |
getOfficialName()
Returns the source official name (SON). |
String |
getRcui()
Returns the concept identifier for the root SRC concept (VCUI). |
String |
getRemoveMetaVersion()
Returns the first version of the Metathesaurus in which this source no longer (RMETA). |
String |
getRestrictionLevel()
Returns the restriction level (SRL). |
String |
getRmeta()
Returns the first version of the Metathesaurus in which this source no longer (RMETA). |
String |
getRootConceptIdentifier()
Returns the concept identifier for the root SRC concept (VCUI). |
String |
getRootSourceAbbreviation()
Returns the root source abbreviation (RSAB). |
String |
getRsab()
Returns the root source abbreviation (RSAB). |
String |
getSabin()
Returns the "in current subset" value (SABIN). |
String |
getScc()
Returns the content contact information (SCC). |
String |
getScit()
Returns the source citation (SCIT). |
String |
getSf()
Returns the source family (SF). |
String |
getShortName()
Returns the source short name (SSN). |
String |
getSlc()
Returns the license contact information (SLC). |
String |
getSon()
Returns the source official name (SON). |
String |
getSourceFamily()
Returns the source family (SF). |
String |
getSrl()
Returns the restriction level (SRL). |
String |
getSsn()
Returns the source short name (SSN). |
String |
getSver()
Returns source version (SVER). |
int |
getTermFrequency()
Returns the frequency of terms (TFR). |
TermType[] |
getTermTypes()
Returns the TermType s. |
List |
getTermTypesAsList()
Returns the TermType s as a List . |
String |
getTermTypesAsString()
Returns the term types as a comma (,) separated list of term type abbreviations (TTYL). |
int |
getTfr()
Returns the frequency of terms (TFR). |
String |
getTtyl()
Returns the term types as a comma (,) separated list of term type abbreviations (TTYL). |
Date |
getValidEndDate()
Returns the date when this source is no longer valid in the Metathesaurus (MEND). |
Date |
getValidStartDate()
Returns the date when this source becomes valid in the Metathesaurus (MSTART). |
String |
getVcui()
Returns the concept identifier for the versioned SRC concept (VCUI). |
String |
getVersion()
Returns source version (SVER). |
String |
getVersionedConceptIdentifier()
Returns the concept identifier for the versioned SRC concept (VCUI). |
String |
getVersionedSourceAbbreviation()
Returns the versioned source abbreviation (VSAB). |
String |
getVsab()
Returns the versioned source abbreviation (VSAB). |
boolean |
inCurrentSubset()
Indicates whether or not this source is represented in the current subset. |
boolean |
isCurrentVersion()
Indicates whether or not this represents the current version of the source. |
void |
setInCurrentSubset(boolean sabin)
Sets whether or not this represents the current version of the source. |
void |
setSabin(String sabin)
Sets the "in current subset" value (SABIN). |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public String getVcui()
getVersionedConceptIdentifier()
.
public String getVersionedConceptIdentifier()
public String getRcui()
getRootConceptIdentifier()
.
public String getRootConceptIdentifier()
public String getVsab()
public String getVersionedSourceAbbreviation()
public String getRsab()
getRootSourceAbbreviation()
.
public String getRootSourceAbbreviation()
public String getSon()
getOfficialName()
.
public String getOfficialName()
public String getSsn()
getShortName()
.
public String getShortName()
public String getScit()
getCitation()
.
public String getCitation()
public String getSf()
getSourceFamily()
.
public String getSourceFamily()
public String getSver()
getVersion()
.
public String getVersion()
public Date getMstart()
getValidStartDate()
.
public Date getValidStartDate()
public Date getMend()
getValidEndDate()
.
public Date getValidEndDate()
public String getInsertMetaVersion()
public String getImeta()
getInsertMetaVersion()
public String getRmeta()
getRemoveMetaVersion()
public String getRemoveMetaVersion()
public String getSlc()
getLicenseContact()
.
public String getLicenseContact()
public String getContentContact()
getContentContact()
.
public String getScc()
public String getSrl()
getRestrictionLevel()
.
public String getRestrictionLevel()
public int getTfr()
getTermFrequency()
public int getTermFrequency()
public int getCfr()
getConceptFrequency()
public int getConceptFrequency()
public String getCxty()
getContextType()
.
public String getContextType()
public TermType[] getTermTypes()
TermType
s.
TermType
spublic List getTermTypesAsList()
TermType
s as a List
.
TermType
s as a List
public String getTtyl()
getTermTypesAsString()
.
public String getTermTypesAsString()
public AttributeName[] getAttributeNames()
AttributeName
s for this Source
.
Returns the AttributeName
s.
AttributeName
spublic List getAttributeNamesAsList()
AttributeName
s as a List
.
AttributeName
s as a List
public String getAtnl()
getAttributeNamesAsString()
.
public String getAttributeNamesAsString()
public Language getLat()
Language
(LAT).
This is shorthand for getLanguage()
.
Language
public Language getLanguage()
Language
(LAT).
Language
public String getCenc()
getCharacterEncoding()
.
public String getCharacterEncoding()
public String getCurver()
public boolean isCurrentVersion()
true
if it does, false
otherwise.public String getSabin()
public boolean inCurrentSubset()
true
if it is, false
otherwise.public void setInCurrentSubset(boolean sabin)
sabin
- boolean
public void setSabin(String sabin)
sabin
- "in current subset" value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |