| Package | Description |
|---|---|
| gov.nih.nlm.umls.dto.content | |
| gov.nih.nlm.umls.uts.webservice |
| Modifier and Type | Method and Description |
|---|---|
TermStringDTO |
AtomDTO.getTermString()
Gets the string information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomDTO.setTermString(TermStringDTO termString)
Sets the string information.
|
| Constructor and Description |
|---|
AtomDTO(TermStringDTO termString,
SourceAtomClusterDTO code,
SourceAtomClusterDTO sourceConcept,
SourceAtomClusterDTO sourceDescriptor,
ConceptDTO concept,
java.lang.String termType,
int attributeCount,
int cocCount,
int relationCount,
int codeRelationCount,
int sourceConceptRelationCount,
int sourceDescriptorRelationCount,
int conceptRelationCount,
int treePositionCount,
int cvMemberCount,
int subsetMemberCount)
Instantiates a new atom dto.
|
| Modifier and Type | Method and Description |
|---|---|
TermStringDTO |
UtsWsContentController.getTermString(java.lang.String ticket,
java.lang.String version,
java.lang.String termStringId)
Gets the term string.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<TermStringDTO> |
UtsWsContentController.getTermStrings(java.lang.String ticket,
java.lang.String version,
java.lang.String termId,
PSF psf)
Gets the term strings.
|