|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents information about the "to" or "from" end of a mapping.
For example, a SNOMEDCT->ICD9CM mapping might have a MapObject
representing a SNOMEDCT concept identifier and a MapObject
representing a list of ICD9CM codes.
Following is a UML Class diagram showing the neighborhood around MapObject

This is used in conjunction with Mapping to represent all
of the data in a row of the MRMAP file.
| Nested Class Summary |
| Nested classes inherited from class gov.nih.nlm.umls.meta.SourceElement |
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
| Method Summary | |
String |
getExpr()
Returns the expression (FROMEXPR or TOEXPR). |
String |
getExpression()
Returns the expression (FROMEXPR or TOEXPR). |
String |
getId()
Returns the unique identifier (FROMID or TOID). |
String |
getIdentifier()
Returns the unique identifier (FROMID or TOID). |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getRes()
Returns the restriction (FROMRES or TORES). |
String |
getRestriction()
Returns the restriction (FROMRES or TORES). |
String |
getRule()
Returns the machine processable rule for when mapping is valid (FROMRULE or TORULE). |
String |
getSid()
Returns the source asserted unique identifier (FROMSID or TOSID). |
String |
getSourceIdentifier()
Returns the source asserted unique identifier (FROMSID or TOSID). |
SourceIdentifierType |
getType()
Returns the type SourceIdentifierType (FROMTYPE or TOTYPE). |
void |
setExpr(String expr)
Sets the expression (FROMEXPR or TOEXPR). |
void |
setExpression(String expr)
Sets the expression (FROMEXPR or TOEXPR). |
void |
setId(String id)
Sets the unique identifier (FROMID or TOID). |
void |
setIdentifier(String id)
Sets the unique identifier (FROMID or TOID). |
void |
setRes(String res)
Sets the restriction (FROMRES or TORES). |
void |
setRestriction(String res)
Sets the restriction (FROMRES or TORES). |
void |
setRule(String rule)
Sets the machine processable rule for when mapping is valid (FROMRULE or TORULE). |
void |
setSid(String sid)
Sets the source asserted unique identifier (FROMSID or TOSID). |
void |
setSourceIdentifier(String sid)
Sets the source asserted unique identifier (FROMSID or TOSID). |
void |
setType(SourceIdentifierType type)
Sets the type (FROMTYPE or TOTYPE). |
| Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
getSource, setSource |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public String getSourceIdentifier()
public void setSourceIdentifier(String sid)
sid - source asserted unique identifierpublic String getSid()
getSourceIdentifier().
public void setSid(String sid)
setSourceIdentifier(String).
sid - source asserted unique identifierpublic String getIdentifier()
public void setIdentifier(String id)
id - unique identifierpublic String getId()
getIdentifier().
public void setId(String id)
setIdentifier(String).
id - unique identifierpublic String getExpression()
public void setExpression(String expr)
expr - expressionpublic String getExpr()
getExpression().
public void setExpr(String expr)
setExpression(String).
expr - expressionpublic SourceIdentifierType getType()
SourceIdentifierType (FROMTYPE or TOTYPE).
public void setType(SourceIdentifierType type)
type - SourceIdentifierTypepublic String getRule()
public void setRule(String rule)
rule - the rulepublic String getRestriction()
public void setRestriction(String res)
res - restrictionpublic String getRes()
getRestriction().
public void setRes(String res)
setRestriction(String).
res - restrictionpublic String getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key Mapping fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||