Package com.merative.acd.v1.model
Class InsightModelData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelData extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
InsightModelData.
-
-
Constructor Summary
Constructors Constructor Description InsightModelData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(java.lang.String key)
Returns the value from InsightModelData annotation by specified key.InsightModelAlcohol
getAlcohol()
Gets the alcohol.InsightModelDataDiagnosis
getDiagnosis()
Gets the diagnosis.InsightModelIllicitDrug
getIllicitDrug()
Gets the illicitDrug.InsightModelDataMedication
getMedication()
Gets the medication.InsightModelDataNormality
getNormality()
Gets the normality.InsightModelDataProcedure
getProcedure()
Gets the procedure.InsightModelSubstanceAbuse
getSubstance()
Gets the substance.InsightModelTobacco
getTobacco()
Gets the tobacco.
-
-
-
Method Detail
-
getMedication
public InsightModelDataMedication getMedication()
Gets the medication.- Returns:
- the medication
-
getProcedure
public InsightModelDataProcedure getProcedure()
Gets the procedure.- Returns:
- the procedure
-
getDiagnosis
public InsightModelDataDiagnosis getDiagnosis()
Gets the diagnosis.- Returns:
- the diagnosis
-
getNormality
public InsightModelDataNormality getNormality()
Gets the normality.- Returns:
- the normality
-
getTobacco
public InsightModelTobacco getTobacco()
Gets the tobacco.- Returns:
- the tobacco
-
getAlcohol
public InsightModelAlcohol getAlcohol()
Gets the alcohol.- Returns:
- the alcohol
-
getIllicitDrug
public InsightModelIllicitDrug getIllicitDrug()
Gets the illicitDrug.- Returns:
- the illicitDrug
-
getSubstance
public InsightModelSubstanceAbuse getSubstance()
Gets the substance.- Returns:
- the substance
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelData annotation by specified key.- Overrides:
get
in classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- Parameters:
key
- the name of the field to get
-
-