icd9code record from the icd9 table
function ICD9Code ( $diagkey )
icd10code record from the icd9 table
function ICD10Code ( $diagkey )
Returns: eocrelothercomment from the eoc table
function RelatedToHCFA ( $diagkey )
returns true if the eocrelauto field in the eoc table is set to ‘yes’.
function isRelatedToAutoAccident ( $diagkey )
eocrelautostpr record from the eoc table.
function AutoAccidentState ( $diagkey )
returns true if eocrelother from the eoc table is set to ‘yes’.
function isRelatedToOtherAccident ( $diagkey )
returns true if the eocrelemp record from the eoc table is set to ‘yes’.
function isRelatedToEmployment ( $diagkey )
Currently a wrapper to DateOfFirstOccurrence
function DateOfOnset ( $diagkey )
eocstartdate record from the eoc table
function DateOfFirstOccurrence ( $diagkey )
true if the eocdistype from the eoc table is above zero and below four.
function isCantWork ( $diagkey )
eocdisfromdt record from the eoc table.
function DateOfCantWorkStart ( $diagkey )
eocdistodt record from the eoc table
function DateOfCantWorkEnd ( $diagkey )
Internal FreeMED function to handle the ‘diagkeys’ that are used as arguments to the FBDiagnosis functions.
function _ExplodeParameters ( $joint_key )