Package com.merative.acd.v1.model
Class MedicationAnnotation
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- 
- com.merative.acd.v1.model.MedicationAnnotation
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class MedicationAnnotation extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>MedicationAnnotation.
- 
- 
Constructor SummaryConstructors Constructor Description MedicationAnnotation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from MedicationAnnotation annotation by specified key.java.lang.LonggetBegin()Gets the begin.java.lang.StringgetCoveredText()Gets the coveredText.java.lang.StringgetCui()Gets the cui.DisambiguationgetDisambiguationData()Gets the disambiguationData.java.util.List<CustomCollection>getDrug()Gets the drug.CustomCollectiongetDrug(int index)java.lang.LonggetEnd()Gets the end.java.lang.StringgetId()Gets the id.InsightModelDatagetInsightModelData()Gets the insightModelData.java.lang.StringgetSectionNormalizedName()Gets the sectionNormalizedName.java.lang.StringgetSectionSurfaceForm()Gets the sectionSurfaceForm.java.util.List<Temporal>getTemporal()Gets the temporal.java.lang.StringgetType()Gets the type.java.lang.LonggetUid()Gets the uid.java.lang.BooleanisHypothetical()Gets the hypothetical.java.lang.BooleanisNegated()Gets the negated.voidsetBegin(java.lang.Long begin)Sets the begin.voidsetCoveredText(java.lang.String coveredText)Sets the coveredText.voidsetCui(java.lang.String cui)Sets the cui.voidsetDisambiguationData(Disambiguation disambiguationData)Sets the disambiguationData.voidsetDrug(java.util.List<java.util.Map> drug)Sets the drug.voidsetEnd(java.lang.Long end)Sets the end.voidsetHypothetical(java.lang.Boolean hypothetical)Sets the hypothetical.voidsetId(java.lang.String id)Sets the id.voidsetInsightModelData(InsightModelData insightModelData)Sets the insightModelData.voidsetNegated(java.lang.Boolean negated)Sets the negated.voidsetSectionNormalizedName(java.lang.String sectionNormalizedName)Sets the sectionNormalizedName.voidsetSectionSurfaceForm(java.lang.String sectionSurfaceForm)Sets the sectionSurfaceForm.voidsetTemporal(java.util.List<Temporal> temporal)Sets the temporal.voidsetType(java.lang.String type)Sets the type.voidsetUid(java.lang.Long uid)Sets the uid.
 
- 
- 
- 
Method Detail- 
getIdpublic java.lang.String getId() Gets the id.- Returns:
- the id
 
 - 
getTypepublic java.lang.String getType() Gets the type.- Returns:
- the type
 
 - 
getUidpublic java.lang.Long getUid() Gets the uid.- Returns:
- the uid
 
 - 
getBeginpublic java.lang.Long getBegin() Gets the begin.- Returns:
- the begin
 
 - 
getEndpublic java.lang.Long getEnd() Gets the end.- Returns:
- the end
 
 - 
getCoveredTextpublic java.lang.String getCoveredText() Gets the coveredText.- Returns:
- the coveredText
 
 - 
isNegatedpublic java.lang.Boolean isNegated() Gets the negated.- Returns:
- the negated
 
 - 
isHypotheticalpublic java.lang.Boolean isHypothetical() Gets the hypothetical.- Returns:
- the hypothetical
 
 - 
getSectionNormalizedNamepublic java.lang.String getSectionNormalizedName() Gets the sectionNormalizedName.- Returns:
- the sectionNormalizedName
 
 - 
getCuipublic java.lang.String getCui() Gets the cui.- Returns:
- the cui
 
 - 
getDrugpublic java.util.List<CustomCollection> getDrug() Gets the drug.- Returns:
- the drug
 
 - 
getSectionSurfaceFormpublic java.lang.String getSectionSurfaceForm() Gets the sectionSurfaceForm.- Returns:
- the sectionSurfaceForm
 
 - 
getInsightModelDatapublic InsightModelData getInsightModelData() Gets the insightModelData.- Returns:
- the insightModelData
 
 - 
getTemporalpublic java.util.List<Temporal> getTemporal() Gets the temporal.- Returns:
- the temporal
 
 - 
getDisambiguationDatapublic Disambiguation getDisambiguationData() Gets the disambiguationData.- Returns:
- the disambiguationData
 
 - 
setIdpublic void setId(java.lang.String id) Sets the id.- Parameters:
- id- the new id
 
 - 
setTypepublic void setType(java.lang.String type) Sets the type.- Parameters:
- type- the new type
 
 - 
setUidpublic void setUid(java.lang.Long uid) Sets the uid.- Parameters:
- uid- the new uid
 
 - 
setBeginpublic void setBegin(java.lang.Long begin) Sets the begin.- Parameters:
- begin- the new begin
 
 - 
setEndpublic void setEnd(java.lang.Long end) Sets the end.- Parameters:
- end- the new end
 
 - 
setCoveredTextpublic void setCoveredText(java.lang.String coveredText) Sets the coveredText.- Parameters:
- coveredText- the new coveredText
 
 - 
setNegatedpublic void setNegated(java.lang.Boolean negated) Sets the negated.- Parameters:
- negated- the new negated
 
 - 
setHypotheticalpublic void setHypothetical(java.lang.Boolean hypothetical) Sets the hypothetical.- Parameters:
- hypothetical- the new hypothetical
 
 - 
setSectionNormalizedNamepublic void setSectionNormalizedName(java.lang.String sectionNormalizedName) Sets the sectionNormalizedName.- Parameters:
- sectionNormalizedName- the new sectionNormalizedName
 
 - 
setCuipublic void setCui(java.lang.String cui) Sets the cui.- Parameters:
- cui- the new cui
 
 - 
setDrugpublic void setDrug(java.util.List<java.util.Map> drug) Sets the drug.- Parameters:
- drug- the new drug
 
 - 
setSectionSurfaceFormpublic void setSectionSurfaceForm(java.lang.String sectionSurfaceForm) Sets the sectionSurfaceForm.- Parameters:
- sectionSurfaceForm- the new sectionSurfaceForm
 
 - 
setInsightModelDatapublic void setInsightModelData(InsightModelData insightModelData) Sets the insightModelData.- Parameters:
- insightModelData- the new insightModelData
 
 - 
setTemporalpublic void setTemporal(java.util.List<Temporal> temporal) Sets the temporal.- Parameters:
- temporal- the new temporal
 
 - 
setDisambiguationDatapublic void setDisambiguationData(Disambiguation disambiguationData) Sets the disambiguationData.- Parameters:
- disambiguationData- the new disambiguationData
 
 - 
getDrugpublic CustomCollection getDrug(int index) 
 - 
getpublic java.lang.Object get(java.lang.String key) Returns the value from MedicationAnnotation annotation by specified key.- Overrides:
- getin class- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- Parameters:
- key- the name of the field to get
 
 
- 
 
-