public class

WSPatient

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

Class Overview

description: the class contains basic patient information.
see: The class is used only to output returned values.

Summary

Fields
public String dateOfBirth description: the patient's date of birth.
public String firstName description: the first name of the patient.
public String lastName description: the last name of the patient.
public String localPatientId description: the local Patient identifier.
public String nationalId description: the unique patient identifier.
public WSLookup patientType description: the CTR patient type.
Public Constructors
WSPatient()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String dateOfBirth

description: the patient's date of birth.
see: Date format

public String firstName

description: the first name of the patient.
see: free format text, max L=70

public String lastName

description: the last name of the patient.
see: free format text, max L=70

public String localPatientId

description: the local Patient identifier.
see: free format text, max L=200

public String nationalId

description: the unique patient identifier.
see: nationalId info

public WSLookup patientType

description: the CTR patient type.
see: LT_PATIENT_TYPE

Public Constructors

public WSPatient ()