public class

WsMedSocialHistRisk

extends WsPatientItem
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.health.WsMedSocialHistRisk

Class Overview

description: the class contains information on a medical-social risk.

Summary

Fields
public String description description: the details of the medical-social risk.
public Long duration description: the duration of the medical-social risk (in minutes).
public WSLookup ltMedSocialHistAtRisk description: a flag indicating the medical-social risk level.
public WSLookup ltMedSocialHistRisk description: a flag identifying the medical-social risk.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsMedSocialHistRisk()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String description

description: the details of the medical-social risk.
required:TRUE-if - Required if "ltMedSocialHistAtRisk" = yes or unknown
see: free format text, max L=2000

public Long duration

description: the duration of the medical-social risk (in minutes).
required:TRUE-if - Required when "ltMedSocialHistRisk" = CARDIO_RESPIRATORY_ARREST and "ltMedSocialHistAtRisk" = yes
see: DurationMinutes

public WSLookup ltMedSocialHistAtRisk

description: a flag indicating the medical-social risk level.
required:TRUE Must be Yes, Unknown when "description" is not null
see: LT_MED_SOCIAL_HIST_AT_RISK

public WSLookup ltMedSocialHistRisk

description: a flag identifying the medical-social risk.
required:TRUE
see: LT_MED_SOCIAL_HIST_RISK

Public Constructors

public WsMedSocialHistRisk ()