A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=664
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3258,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=672",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=656",
    "results": [
        {
            "id": 873,
            "patient": 23047,
            "order": 15429,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 780,
            "patient": 22741,
            "order": 14975,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2799,
            "patient": 27407,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 782,
            "patient": 22744,
            "order": 14983,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 874,
            "patient": 23050,
            "order": 15431,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 784,
            "patient": 22749,
            "order": 14989,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 786,
            "patient": 22752,
            "order": 14996,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 875,
            "patient": 23058,
            "order": 15438,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}