CS_Case_Detail";
QuestionDescriptionResponseTypeFormatTextHelpPreLogicPostLogic
CaseIDCase IdentifierTEXT30Unique IdentifierThis is the unique identifier for the entity. It is associated with each attribute for the entity.if (NewCase('$val')==1) { $sql=~insert into Responses (CaseID, qID, rValue, uID, rOK) ~ . ~values ('$val','RE_Id','$val','~ . $_SESSION['UserId'] . ~', '2')~; $stat=ExecuteSQL($sql); SetCaseForm('$val','RE_ListingDetail'); return 1; }
CaseDescriptionCase descriptionTEXT80Description of the case
CaseTypeType of caseCSTypeDROPDOWNTypeThe type item distinguishes different types of cases for subsequent processing.
CaseFirstNameFirst nameTEXT25First NameIf the name of the client is non-missing and needs to be changed (other than spelling) you should return to the search screen and create a new case.
CaseLastNameLast nameTEXT25Last Name
CaseGenderGenderGenderRADIOGender
CaseGenderGenderGenderRADIOGender
CaseDOBDate of BirthDATE10Date of Birth
CaseEthnicityEthnicityEthnicityRADIOEthnicity
CaseEthnicityEthnicityEthnicityRADIOEthnicity
CasePhoneWorkWork Phone NumberTEXT14Work Phone Number
CaseAddress1Address line 1TEXT50Address line 1
CaseAddress2Address line 2TEXT50Address line 2
CaseAddress2Address line 2TEXT50Address line 2
CaseCityCityTEXT25City
CaseCountyCase county of residenceTEXT25County
CaseStateStateStateDROPDOWNState
CaseZIPZIP CodeTEXT10ZIP Code
CasePhoneHomeHome Phone NumberTEXT14Home Phone Number
CasePhoneCellCell Phone NumberTEXT14Cell Phone Number
CaseFAXFaxTEXT10Fax
CaseFolderCase folder for documents and other materialTEXT80Case Folder
CaseNotesNotesTEXTAREA2048Notes
CS_Case_HistoryControl System Case HistoryNULL1$CaseId=$_SESSION['CaseId']; echo "
Event History:"; CScaseHistory($CaseId); echo "
CaseFormCase type detailTEXT20