Diagnosis API tutorial

Data Types

DDxItem
{
    string Id
    string Tests
    string Symptoms
}

TestType
{
    int ID
    string Procedure
    string LowRangeValue
    string HighRangeValue
    string UnitsType
    string LowRangeValueSI
    string HighRangeValueSI
    string UnitsTypeSI
    string ComboValuesList
    string NegativeComboValue
    string DescriptionLow
    string DescriptionHigh
    string SID
}

TestPostType
{
    int ID
    string Value
    string LowRangeValue
    string HighRangeValue
    int ReferenceType
}

TestGetType
{
    int ID
    bool Entered
    string Value
    string Status // Low, High, Normal, none
    string UnitsType
    string LowRangeValue
    string HighRangeValue
    string UnitsTypeSI
    string LowRangeValueSI
    string HighRangeValueSI
    string ComboValuesList
    string NegativeComboValue // if UnitsType is Combo
    string Comment
    int ReferenceType
                    // 0 - Conventional Units
                    // 1 - SI Reference Ranges
}

TestsDropdownList
{
    string id
    string procedure
}

PanelsDropdownList
{
    string sid
    string panel
}

SymptomType
{
    int ID
    string Symptom
    string SimilarSymptomsList
    string Category
}

SymptomPostType
{
    int ID
}

SymptomGetType
{
    int ID
    string Symptom
    bool Entered
    string SimilarSymptomsList
    string Category
}

Disorder
{
    long Id
    string Name
    string Description
    string ICD9
    string ICD10
    string ICD11
    int Weight
    string Tests
    string Symptoms
}



(C) All rights reserved 2024 Rustemsoft LLC