public class

WsSocialDetails

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.recipient.WsSocialDetails

Class Overview

description: the class contains recipient social details information.

Summary

Fields
public WSLookup ltAcademicActivityLvl description: the recipient's academic activity level.
public WSLookup ltAcademicProgress description: the recipient's academic progress.
public WSLookup ltCitizenship description: the recipient's citizenship.
public WSLookup ltCognitiveDevelopment description: the recipient's cognitive development.
public WSLookup ltCountryOfResidence description: the recipient's country of residence.
public WSLookup ltCurrentOrPastCannabis description: the recipient's current or past cannabis usage.
public WSLookup ltCurrentOrPastSmoker description: the recipient's current or past tobacco usage.
public WSLookup ltEducationLevel description: the recipient's education level.
public WSLookup ltEmploymentType description: the recipient's employment type.
public WSLookup ltImmigration description: the recipient's immigration status.
public WSLookup ltMaritalStatus description: the recipient's marital status.
public WSLookup ltModality description: the recipient's cannabis usage modality.
public WSLookup ltMotorDevelopment description: the recipient's motor development.
public WSLookup ltNotWorkingReason description: the recipient's reason for not working.
public WSLookup ltPhysicalCapacity description: the recipient's physical capacity.
public WSLookup ltSmokeAbstinence description: the recipient's smoke abstinence period.
public Long packYearHistoryOfSmoking description: the recipient's pack-year history of smoking.
public Long patientId description: the unique patient identifier.
Public Constructors
WsSocialDetails()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public WSLookup ltAcademicActivityLvl

description: the recipient's academic activity level.
required: FALSE .
see: LT_ACADEMIC_ACTIVITY_LVL

public WSLookup ltAcademicProgress

description: the recipient's academic progress.
required: FALSE .
see: LT_ACADEMIC_PROGRESS

public WSLookup ltCitizenship

description: the recipient's citizenship.
required:TRUE-if - Required if "ltImmigration" is not "Canadian Citizen"
see: LT_COUNTRY

public WSLookup ltCognitiveDevelopment

description: the recipient's cognitive development.
required:FALSE.
see: LT_COGNITIVE_DEVELOPMENT

public WSLookup ltCountryOfResidence

description: the recipient's country of residence.
required: FALSE .
see: LT_COUNTRY

public WSLookup ltCurrentOrPastCannabis

description: the recipient's current or past cannabis usage.
required: FALSE .
see: LT_CURRENT_OR_PAST

public WSLookup ltCurrentOrPastSmoker

description: the recipient's current or past tobacco usage.
required: FALSE .
see: LT_CURRENT_OR_PAST

public WSLookup ltEducationLevel

description: the recipient's education level.
required: FALSE .
see: LT_EDUCATION_LEVEL

public WSLookup ltEmploymentType

description: the recipient's employment type.
required: FALSE .
see: LT_EMPLOYMENT_TYPE

public WSLookup ltImmigration

description: the recipient's immigration status.
required: FALSE .
see: LT_IMMIGRATION

public WSLookup ltMaritalStatus

description: the recipient's marital status.
required: FALSE .
see: LT_MARITAL_STATUS

public WSLookup ltModality

description: the recipient's cannabis usage modality.
required:TRUE-if - Required if "ltCurrentOrPastCannabis" is "Current or Past"
see: LT_MODALITY

public WSLookup ltMotorDevelopment

description: the recipient's motor development.
required: FALSE .
see: LT_MOTOR_DEVELOPMENT

public WSLookup ltNotWorkingReason

description: the recipient's reason for not working.
required:TRUE-if - Required if "ltEmploymentType" is "Not Working"
see: LT_NOT_WORKING_REASON

public WSLookup ltPhysicalCapacity

description: the recipient's physical capacity.
required: FALSE .
see: LT_PHYSICAL_CAPACITY

public WSLookup ltSmokeAbstinence

description: the recipient's smoke abstinence period.
required:TRUE-if - Required if "ltCurrentOrPastSmoker" is "Past"
see: LT_SMOKE_ABSTINENCE

public Long packYearHistoryOfSmoking

description: the recipient's pack-year history of smoking.
required:TRUE-if - Required if "ltCurrentOrPastSmoker" is "Current or Past"
see: Pack-year history of smoking

public Long patientId

description: the unique patient identifier.
required = FALSE
see: patientId field info

Public Constructors

public WsSocialDetails ()