A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=432",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=416",
    "results": [
        {
            "id": 534,
            "patient": 21989,
            "order": 13897,
            "height": 1.67,
            "weight": 76.37
        },
        {
            "id": 568,
            "patient": 22108,
            "order": 14029,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 536,
            "patient": 21990,
            "order": 13900,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 538,
            "patient": 22012,
            "order": 13912,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 540,
            "patient": 22017,
            "order": 13921,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 542,
            "patient": 22021,
            "order": 13933,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 544,
            "patient": 11525,
            "order": 13942,
            "height": null,
            "weight": null
        },
        {
            "id": 546,
            "patient": 22035,
            "order": 13953,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}