public class MedicationAnnotation
extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
Constructor and Description |
---|
MedicationAnnotation() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String key)
Returns the value from MedicationAnnotation annotation by specified key.
|
java.lang.Long |
getBegin()
Gets the begin.
|
java.lang.String |
getCoveredText()
Gets the coveredText.
|
java.lang.String |
getCui()
Gets the cui.
|
Disambiguation |
getDisambiguationData()
Gets the disambiguationData.
|
java.util.List<CustomCollection> |
getDrug()
Gets the drug.
|
CustomCollection |
getDrug(int index) |
java.lang.Long |
getEnd()
Gets the end.
|
java.lang.String |
getId()
Gets the id.
|
InsightModelData |
getInsightModelData()
Gets the insightModelData.
|
java.lang.String |
getSectionNormalizedName()
Gets the sectionNormalizedName.
|
java.lang.String |
getSectionSurfaceForm()
Gets the sectionSurfaceForm.
|
java.util.List<Temporal> |
getTemporal()
Gets the temporal.
|
java.lang.String |
getType()
Gets the type.
|
java.lang.Long |
getUid()
Gets the uid.
|
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 |
setCui(java.lang.String cui)
Sets the cui.
|
void |
setDisambiguationData(Disambiguation disambiguationData)
Sets the disambiguationData.
|
void |
setDrug(java.util.List<java.util.Map> drug)
Sets the drug.
|
void |
setEnd(java.lang.Long end)
Sets the end.
|
void |
setHypothetical(java.lang.Boolean hypothetical)
Sets the hypothetical.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setInsightModelData(InsightModelData insightModelData)
Sets the insightModelData.
|
void |
setNegated(java.lang.Boolean negated)
Sets the negated.
|
void |
setSectionNormalizedName(java.lang.String sectionNormalizedName)
Sets the sectionNormalizedName.
|
void |
setSectionSurfaceForm(java.lang.String sectionSurfaceForm)
Sets the sectionSurfaceForm.
|
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.
|
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 getSectionNormalizedName()
public java.lang.String getCui()
public java.util.List<CustomCollection> getDrug()
public java.lang.String getSectionSurfaceForm()
public InsightModelData getInsightModelData()
public java.util.List<Temporal> getTemporal()
public Disambiguation getDisambiguationData()
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 setSectionNormalizedName(java.lang.String sectionNormalizedName)
sectionNormalizedName
- the new sectionNormalizedNamepublic void setCui(java.lang.String cui)
cui
- the new cuipublic void setDrug(java.util.List<java.util.Map> drug)
drug
- the new drugpublic void setSectionSurfaceForm(java.lang.String sectionSurfaceForm)
sectionSurfaceForm
- the new sectionSurfaceFormpublic void setInsightModelData(InsightModelData insightModelData)
insightModelData
- the new insightModelDatapublic void setTemporal(java.util.List<Temporal> temporal)
temporal
- the new temporalpublic void setDisambiguationData(Disambiguation disambiguationData)
disambiguationData
- the new disambiguationDatapublic CustomCollection getDrug(int index)
public java.lang.Object get(java.lang.String key)
get
in class com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
key
- the name of the field to getCopyright © 2022 IBM Cloud. All rights reserved.