public class Concept
extends com.ibm.watson.developer_cloud.service.model.DynamicModel
Constructor and Description |
---|
Concept() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getBegin()
Gets the begin.
|
java.lang.String |
getCoveredText()
Gets the coveredText.
|
java.lang.String |
getCptCode()
Gets the getCptCode.
|
java.lang.String |
getCui()
Gets the cui.
|
java.util.List<Concept> |
getDerivedFrom()
Gets the derivedFrom.
|
Disambiguation |
getDisambiguationData()
Gets the disambiguationData.
|
java.lang.Long |
getEnd()
Gets the end.
|
java.lang.String |
getIcd10Code()
Gets the getIcd10CodeForm.
|
java.lang.String |
getIcd9Code()
Gets the getIcd9Code.
|
java.lang.String |
getId()
Gets the id.
|
InsightModelData |
getInsightModelData()
Gets the insightModelData.
|
java.lang.String |
getLoincId()
Gets the getLoincId.
|
java.lang.String |
getMeshId()
Gets the getMeshId.
|
java.lang.String |
getNciCode()
Gets the getNciCode.
|
java.lang.String |
getPreferredName()
Gets the preferredName.
|
java.lang.String |
getRuleId()
Gets the ruleId.
|
java.lang.String |
getRxNormId()
Gets the getRxNormId.
|
java.lang.String |
getSectionNormalizedName()
Gets the sectionNormalizedName.
|
java.lang.String |
getSectionSurfaceForm()
Gets the sectionSurfaceForm.
|
java.lang.String |
getSelectionLabel()
Gets the selectionLabel.
|
java.lang.String |
getSemanticType()
Gets the semanticType.
|
java.lang.String |
getSnomedConceptId()
Gets the getSnomedConceptId.
|
java.lang.String |
getSource()
Gets the source.
|
java.lang.String |
getSourceVersion()
Gets the sourceVersion.
|
java.util.List<Temporal> |
getTemporal()
Gets the temporal.
|
java.lang.String |
getType()
Gets the type.
|
java.lang.Long |
getUid()
Gets the uid.
|
java.lang.Integer |
getValueIndex()
Gets the valueIndex.
|
java.lang.String |
getVocabs()
Gets the getVocabs.
|
java.lang.Boolean |
isHypothetical()
Gets the hypothetical.
|
java.lang.Boolean |
isNegated()
Gets the negated.
|
void |
setBegin(java.lang.Long begin)
Sets the begin.
|
void |
setCoveredText(java.lang.String coveredText)
Sets the coveredText.
|
void |
setCptCode(java.lang.String cptCode)
Sets the cpt code.
|
void |
setCui(java.lang.String cui)
Sets the cui.
|
void |
setDerivedFrom(java.util.List<Concept> derivedFrom)
Sets the derivedFrom.
|
void |
setDisambiguationData(Disambiguation disambiguationData)
Sets the disambiguationData.
|
void |
setEnd(java.lang.Long end)
Sets the end.
|
void |
setHypothetical(java.lang.Boolean hypothetical)
Sets the hypothetical.
|
void |
setIcd10Code(java.lang.String icd10Code)
Sets the icd 10 code.
|
void |
setIcd9Code(java.lang.String icd9Code)
Sets the icd 9 code.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setInsightModelData(InsightModelData insightModelData)
Sets the insightModelData.
|
void |
setLoincId(java.lang.String loincId)
Sets the loinc id.
|
void |
setMeshId(java.lang.String meshId)
Sets the mesh id.
|
void |
setNciCode(java.lang.String nciCode)
Sets the nci code.
|
void |
setNegated(java.lang.Boolean negated)
Sets the negated.
|
void |
setPreferredName(java.lang.String preferredName)
Sets the preferredName.
|
void |
setRuleId(java.lang.String ruleId)
Sets the ruleId.
|
void |
setRxNormId(java.lang.String rxNormId)
Sets the rx norm id.
|
void |
setSelectionLabel(java.lang.String selectionLabel)
Sets the selectionLabel.
|
void |
setSemanticType(java.lang.String semanticType)
Sets the semanticType.
|
void |
setSnomedConceptId(java.lang.String snomedConceptId)
Sets the snomed concept id.
|
void |
setSource(java.lang.String source)
Sets the source.
|
void |
setSourceVersion(java.lang.String sourceVersion)
Sets the sourceVersion.
|
void |
setTemporal(java.util.List<Temporal> temporal)
Sets the temporal.
|
void |
setType(java.lang.String type)
Sets the type.
|
void |
setUid(java.lang.Long uid)
Sets the uid.
|
void |
setValueIndex(java.lang.Integer valueIndex)
Sets the valueIndex.
|
void |
setVocabs(java.lang.String vocabs)
Sets the vocabs.
|
equals, hashCode, toString
public java.lang.String getId()
public java.lang.String getType()
public java.lang.Long getUid()
public java.lang.Long getBegin()
public java.lang.Long getEnd()
public java.lang.String getCoveredText()
public java.lang.Boolean isNegated()
public java.lang.Boolean isHypothetical()
public java.lang.String getCui()
public java.lang.String getPreferredName()
public java.lang.String getSemanticType()
public java.lang.String getSource()
public java.lang.String getSourceVersion()
public Disambiguation getDisambiguationData()
public java.lang.String getSectionNormalizedName()
public java.lang.String getSectionSurfaceForm()
public java.lang.String getIcd9Code()
public java.lang.String getIcd10Code()
public java.lang.String getSnomedConceptId()
public java.lang.String getNciCode()
public java.lang.String getCptCode()
public java.lang.String getMeshId()
public java.lang.String getRxNormId()
public java.lang.String getLoincId()
public java.lang.String getVocabs()
public InsightModelData getInsightModelData()
public java.lang.String getRuleId()
public java.util.List<Concept> getDerivedFrom()
public java.util.List<Temporal> getTemporal()
public java.lang.String getSelectionLabel()
public java.lang.Integer getValueIndex()
public void setId(java.lang.String id)
id
- the new idpublic void setType(java.lang.String type)
type
- the new typepublic void setUid(java.lang.Long uid)
uid
- the new uidpublic void setBegin(java.lang.Long begin)
begin
- the new beginpublic void setEnd(java.lang.Long end)
end
- the new endpublic void setCoveredText(java.lang.String coveredText)
coveredText
- the new coveredTextpublic void setNegated(java.lang.Boolean negated)
negated
- the new negatedpublic void setHypothetical(java.lang.Boolean hypothetical)
hypothetical
- the new hypotheticalpublic void setCui(java.lang.String cui)
cui
- the new cuipublic void setPreferredName(java.lang.String preferredName)
preferredName
- the new preferredNamepublic void setSemanticType(java.lang.String semanticType)
semanticType
- the new semanticTypepublic void setSource(java.lang.String source)
source
- the new sourcepublic void setSourceVersion(java.lang.String sourceVersion)
sourceVersion
- the new sourceVersionpublic void setDisambiguationData(Disambiguation disambiguationData)
disambiguationData
- the new disambiguationDatapublic void setIcd9Code(java.lang.String icd9Code)
icd9Code
- the new icd 9 Codepublic void setIcd10Code(java.lang.String icd10Code)
icd10Code
- the new icd 10 codepublic void setSnomedConceptId(java.lang.String snomedConceptId)
snomedConceptId
- the new snomed concept idpublic void setNciCode(java.lang.String nciCode)
nciCode
- the new nci codepublic void setCptCode(java.lang.String cptCode)
cptCode
- the new cpt codepublic void setMeshId(java.lang.String meshId)
meshId
- the new mesh idpublic void setRxNormId(java.lang.String rxNormId)
rxNormId
- the new rx norm idpublic void setLoincId(java.lang.String loincId)
loincId
- the new loinc idpublic void setVocabs(java.lang.String vocabs)
vocabs
- the new vocabs idpublic void setInsightModelData(InsightModelData insightModelData)
insightModelData
- the new insightModelDatapublic void setRuleId(java.lang.String ruleId)
ruleId
- the new rule Idpublic void setDerivedFrom(java.util.List<Concept> derivedFrom)
derivedFrom
- the new derivedFrompublic void setTemporal(java.util.List<Temporal> temporal)
temporal
- the new temporalpublic void setSelectionLabel(java.lang.String selectionLabel)
selectionLabel
- the new selection labelpublic void setValueIndex(java.lang.Integer valueIndex)
valueIndex
- the new valueIndexCopyright © 2021 IBM Cloud. All rights reserved.