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 Maintenance | HR |
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>