Skip to main content
Skip table of contents

HR CV Medical

URL

Verbs

Function

HRPersonCVMedical/<employee>

GET

Query all medical records for an employee

HRPersonCVMedical/<employee>

POST

Add a new employment record for employee

HRPersonCVMedical/<employee>/<oid>

GET

Query a single medical record for an employee

HRPersonCVMedical/<employee>/<oid>

POST

Update an employment detail  for an employee

Supported modifiers

Query String

Definition

Sample

isApplicant

In the above queries, indicates that <employee> is actually a HRApplicant code

isApplicant=true

Security Linked Menu

Menu Item
Located
Employee MaintenanceHR

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRPersonCVMedicals collection='true' count='1'>
    <HRPersonCVMedical>
        <Edition>1</Edition>
        <OidString>10246.1</OidString>
        <Details/>
        <Notes/>
        <Reference>Slight limp due to car accident</Reference>
        <Type>Existing Condition</Type>
        <DiagnosedDate/>
        <RecoveredDate/>
        <IsDisability>false</IsDisability>
    </HRPersonCVMedical>
</HRPersonCVMedicals>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.