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.Objectget(java.lang.String key)Returns the value from InsightModelData annotation by specified key.InsightModelAlcoholgetAlcohol()Gets the alcohol.InsightModelDataDiagnosisgetDiagnosis()Gets the diagnosis.InsightModelIllicitDruggetIllicitDrug()Gets the illicitDrug.InsightModelDataMedicationgetMedication()Gets the medication.InsightModelDataNormalitygetNormality()Gets the normality.InsightModelDataProceduregetProcedure()Gets the procedure.InsightModelSubstanceAbusegetSubstance()Gets the substance.InsightModelTobaccogetTobacco()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:
getin classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>- Parameters:
key- the name of the field to get
-
-