@AccessLevel(value=EXTERNAL) public final class ClientContactDtls extends curam.util.type.struct.Struct<ClientContactDtls>
Modifier and Type | Field and Description |
---|---|
long |
addressID
Unique reference number assigned by the system to an address record for
client.
|
long |
applicationID
Application ID of main client application that the client contact record
is being associated with.
|
java.lang.String |
appointmentArrivalMsg
Message to case worker on client's arrival.
|
curam.util.type.DateTime |
arrivalTime
Record of the time the client makes contact with reception.
|
long |
authorizedRepAddressID
Unique reference number assigned by the system to an address record for
authorized rep.
|
java.lang.String |
authorizedRepFirstname
The first name of the authorized rep.
|
boolean |
authorizedRepInd
Indicates if details must be recorded for the client's authorized
representative.
|
long |
authorizedRepReferenceID
Unique reference for authorized rep of client contact.
|
long |
caseID
Case ID of main client case that the client contact record is being
associated with.
|
java.lang.String |
caseIDs
List of case IDs that a verification document can be presented for.
|
long |
caseWorkerReference
The case worker the record can be assigned to.
|
java.lang.String |
caseWorkers
List of case workers managing cases that the verifiable documents have
been presented for.
|
curam.util.type.Date |
clientContactDate
Date reception contact is created.
|
long |
clientContactID
Unique idea of client contact record.
|
java.lang.String |
clientContactType
The method of contact the client is making.
|
java.lang.String |
clientFirstName
The first name of the client.
|
long |
clientReferenceID
Unique reference for client across client contact, person or prospect
records.
|
java.lang.String |
clientSurname
The last name of the client.
|
boolean |
clientWaitingInd
Indicates if the client is waiting or not.
|
java.lang.String |
correctAgencyOfficeLocation
Correct agency office location.
|
java.lang.String |
correctLocationPhoneCode
Correct office location phone code.
|
java.lang.String |
correctLocationPhoneNumber
Correct office location phone number.
|
java.lang.String |
documentationMessage
Message to case worker on documentation received.
|
java.lang.String |
documentReceivedType
The type of documentation received.
|
java.lang.String |
documentsReceived
Information on documents received by receptionist from client.
|
long |
existingAppointmentReference
Unique reference to existing appointment.
|
curam.util.type.DateTime |
expectedWaitTime
The client's expected wait time.
|
boolean |
incorrectLocationInd
Indicated is questioned document was sent to this location incorrectly.
|
boolean |
interpreterRequired
Whether an interpreter is needed for a meeting.
|
long |
locationID
INTERNAL_ID -> long
|
long |
newAppointmentReference
Unique reference to client's appointment.
|
java.lang.String |
outcomeComments
Purpose of visit outcome comments.
|
java.lang.String |
outcomeOfContact
Outcome of the client contact.
|
java.lang.String |
phoneAreaCode
Client's telephone area code.
|
java.lang.String |
phoneNumber
Client's telephone number.
|
java.lang.String |
preferredLanguage
The languages selected for routing to worker pool or for filtering
appointment slots.
|
java.lang.String |
programType
The programs selected for routing to worker pool or for filtering
appointment slots.
|
java.lang.String |
purposeOfContact
The reason the client is is visiting the office for this visit.
|
curam.util.type.Date |
questionedDocForwardingDate
Date incorrect documentation was forwarded.
|
java.lang.String |
questionedDocMessage
Message to include on incorrect documentation notification.
|
curam.util.type.Date |
questionedDocReceivedDate
Date incorrect documentation was received.
|
java.lang.String |
questionedDocType
The type of the incorrect document received.
|
long |
receptionID
Unique number to record receipt of documentation.
|
boolean |
recordModifiableInd
Records if the client contact record is modifiable or not.
|
java.lang.String |
recordStatus
The status of the reception log record.
|
java.lang.String |
repPhoneAreaCode
Authorized rep's telephone area code.
|
java.lang.String |
repPhoneNumber
Authorized rep's telephone number.
|
java.lang.String |
repSurname
The last name of the authorized rep.
|
int |
versionNo
Record version number used internally by optimistic locking mechanism.
|
curam.util.type.DateTime |
waitEndTime
The end time of the client's wait time.
|
curam.util.type.DateTime |
waitStartTime
Record of the time the client makes contact with reception.
|
Constructor and Description |
---|
ClientContactDtls() |
public long clientContactID
INTERNAL_ID -> long
public curam.util.type.Date clientContactDate
CURAM_DATE -> curam.util.type.Date
public java.lang.String recordStatus
CLIENT_CONTACT_RECORD_STATUS -> CODETABLE_CODE -> String
public curam.util.type.DateTime arrivalTime
CURAM_DATETIME -> curam.util.type.DateTime
public curam.util.type.DateTime waitStartTime
CURAM_DATETIME -> curam.util.type.DateTime
public curam.util.type.DateTime waitEndTime
CURAM_DATETIME -> curam.util.type.DateTime
public long caseWorkerReference
CASE_PARTICIPANT_ROLE_ID -> INTERNAL_ID -> long
public java.lang.String clientContactType
CLIENT_CONTACT_TYPE -> CODETABLE_CODE -> String
public java.lang.String purposeOfContact
CLIENT_PURPOSE_OF_CONTACT -> CODETABLE_CODE -> String
public curam.util.type.DateTime expectedWaitTime
CURAM_TIME -> SVR_TIME -> curam.util.type.DateTime
public java.lang.String clientFirstName
CLIENT_FIRSTNAME -> String
public java.lang.String clientSurname
CLIENT_SURNAME -> String
public long addressID
ADDRESS_ID -> INTERNAL_ID -> long
public java.lang.String phoneAreaCode
PHONE_AREA_CODE -> String
public java.lang.String phoneNumber
PHONE_NUMBER -> String
public long caseID
CASE_ID -> INTERNAL_ID -> long
public boolean authorizedRepInd
CURAM_INDICATOR -> boolean
public java.lang.String authorizedRepFirstname
REP_FIRSTNAME -> String
public java.lang.String repSurname
REP_SURNAME -> String
public long authorizedRepAddressID
ADDRESS_ID -> INTERNAL_ID -> long
public java.lang.String repPhoneAreaCode
PHONE_COUNTRY_CODE -> String
public java.lang.String repPhoneNumber
PHONE_NUMBER -> String
public java.lang.String programType
RECEPTION_PROGRAM_TYPE -> CODETABLE_CODE -> String
public java.lang.String preferredLanguage
LANGUAGE_CODE -> CODETABLE_CODE -> String
public boolean clientWaitingInd
CURAM_INDICATOR -> boolean
public long newAppointmentReference
INTERNAL_ID -> long
public boolean interpreterRequired
CURAM_INDICATOR -> boolean
public java.lang.String appointmentArrivalMsg
CLIENT_APPOINTMENT_ARRIVAL_MSG -> String
public long existingAppointmentReference
INTERNAL_ID -> long
public long receptionID
INTERNAL_ID -> long
public java.lang.String documentReceivedType
DOCUMENT_RECEIVED_TYPE -> CODETABLE_CODE -> String
public java.lang.String documentsReceived
REC_DOCUMENTS_RECEIVED -> String
public java.lang.String documentationMessage
REC_DOCUMENTATION_MESSAGE -> String
public curam.util.type.Date questionedDocReceivedDate
CURAM_DATE -> curam.util.type.Date
public curam.util.type.Date questionedDocForwardingDate
CURAM_DATE -> curam.util.type.Date
public boolean incorrectLocationInd
CURAM_INDICATOR -> boolean
public java.lang.String correctAgencyOfficeLocation
AGENCY_OFFICE_LIST -> CODETABLE_CODE -> String
public java.lang.String correctLocationPhoneCode
PHONE_AREA_CODE -> String
public java.lang.String correctLocationPhoneNumber
PHONE_NUMBER -> String
public java.lang.String questionedDocType
QUESTIONED_DOC_TYPE -> CODETABLE_CODE -> String
public java.lang.String questionedDocMessage
QUESTIONED_DOC_MESSAGE -> String
public java.lang.String outcomeOfContact
CLIENT_CONTACT_OUTCOME -> CODETABLE_CODE -> String
public java.lang.String outcomeComments
CLIENT_CONTENT_COMMENTS -> String
public long clientReferenceID
CLIENT_CONTACT_REFERENCE_ID -> INTERNAL_ID -> long
public java.lang.String caseIDs
CASEIDS -> String
public java.lang.String caseWorkers
CASEWORKERS -> String
public long authorizedRepReferenceID
INTERNAL_ID -> long
public long applicationID
INTERNAL_ID -> long
public boolean recordModifiableInd
CURAM_INDICATOR -> boolean
public long locationID
public int versionNo
VERSION_NO -> int