public class MedicationAnnotation
extends com.ibm.watson.developer_cloud.service.model.DynamicModel
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MedicationAnnotation() |
Modifier and Type | Method and Description |
---|---|
Long |
getBegin()
Gets the begin.
|
String |
getCoveredText()
Gets the coveredText.
|
String |
getCui()
Gets the cui.
|
List<CustomCollection> |
getDrug()
Gets the drug.
|
CustomCollection |
getDrug(int index) |
Long |
getEnd()
Gets the end.
|
String |
getId()
Gets the id.
|
InsightModelData |
getInsightModelData()
Gets the insightModelData.
|
String |
getSectionNormalizedName()
Gets the sectionNormalizedName.
|
String |
getSectionSurfaceForm()
Gets the sectionSurfaceForm.
|
List<Temporal> |
getTemporal()
Gets the temporal.
|
String |
getType()
Gets the type.
|
Long |
getUid()
Gets the uid.
|
Boolean |
isHypothetical()
Gets the hypothetical.
|
Boolean |
isNegated()
Gets the negated.
|
void |
setBegin(Long begin)
Sets the begin.
|
void |
setCoveredText(String coveredText)
Sets the coveredText.
|
void |
setCui(String cui)
Sets the cui.
|
void |
setDrug(List<Map> drug)
Sets the drug.
|
void |
setEnd(Long end)
Sets the end.
|
void |
setHypothetical(Boolean hypothetical)
Sets the hypothetical.
|
void |
setId(String id)
Sets the id.
|
void |
setInsightModelData(InsightModelData insightModelData)
Sets the insightModelData.
|
void |
setNegated(Boolean negated)
Sets the negated.
|
void |
setSectionNormalizedName(String sectionNormalizedName)
Sets the sectionNormalizedName.
|
void |
setSectionSurfaceForm(String sectionSurfaceForm)
Sets the sectionSurfaceForm.
|
void |
setTemporal(List<Temporal> temporal)
Sets the temporal.
|
void |
setType(String type)
Sets the type.
|
void |
setUid(Long uid)
Sets the uid.
|
equals, hashCode, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public String getId()
public String getType()
public Long getUid()
public Long getBegin()
public Long getEnd()
public String getCoveredText()
public Boolean isNegated()
public Boolean isHypothetical()
public String getSectionNormalizedName()
public String getCui()
public List<CustomCollection> getDrug()
public String getSectionSurfaceForm()
public InsightModelData getInsightModelData()
public void setId(String id)
id
- the new idpublic void setType(String type)
type
- the new typepublic void setUid(Long uid)
uid
- the new uidpublic void setBegin(Long begin)
begin
- the new beginpublic void setEnd(Long end)
end
- the new endpublic void setCoveredText(String coveredText)
coveredText
- the new coveredTextpublic void setNegated(Boolean negated)
negated
- the new negatedpublic void setHypothetical(Boolean hypothetical)
hypothetical
- the new hypotheticalpublic void setSectionNormalizedName(String sectionNormalizedName)
sectionNormalizedName
- the new sectionNormalizedNamepublic void setCui(String cui)
cui
- the new cuipublic void setSectionSurfaceForm(String sectionSurfaceForm)
sectionSurfaceForm
- the new sectionSurfaceFormpublic void setInsightModelData(InsightModelData insightModelData)
insightModelData
- the new insightModelDatapublic void setTemporal(List<Temporal> temporal)
temporal
- the new temporalpublic CustomCollection getDrug(int index)
Copyright © 2021 IBM Cloud. All rights reserved.