Package com.merative.acd.v1.model
Class InsightModelIllicitDrug
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelIllicitDrug
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelIllicitDrug extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
InsightModelData Illicit Drug.
-
-
Constructor Summary
Constructors Constructor Description InsightModelIllicitDrug()
-
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 InsightModelIllicitDrug annotation by specified key.java.lang.Float
getExposureScore()
Gets the exposureScore.java.lang.Float
getNonPatientScore()
Gets the nonPatientScore.java.lang.Float
getTreatmentScore()
Gets the treatmentScore.InsightModelIllicitDrugUsage
getUsage()
Gets the usage.InsightModelIllicitDrugUseDimension
getUseDimension()
Gets the useDimension.InsightModelIllicitDrugUseQualifier
getUseQualifier()
Gets the useQualifier.InsightModelIllicitDrugUseStatus
getUseStatus()
Gets the useStatus.
-
-
-
Method Detail
-
getUsage
public InsightModelIllicitDrugUsage getUsage()
Gets the usage.- Returns:
- the usage
-
getUseStatus
public InsightModelIllicitDrugUseStatus getUseStatus()
Gets the useStatus.- Returns:
- the useStatus
-
getUseQualifier
public InsightModelIllicitDrugUseQualifier getUseQualifier()
Gets the useQualifier.- Returns:
- the useQualifier
-
getUseDimension
public InsightModelIllicitDrugUseDimension getUseDimension()
Gets the useDimension.- Returns:
- the useDimension
-
getExposureScore
public java.lang.Float getExposureScore()
Gets the exposureScore.- Returns:
- the exposureScore
-
getNonPatientScore
public java.lang.Float getNonPatientScore()
Gets the nonPatientScore.- Returns:
- the nonPatientScore
-
getTreatmentScore
public java.lang.Float getTreatmentScore()
Gets the treatmentScore.- Returns:
- the treatmentScore
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelIllicitDrug 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
-
-