A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3279,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=936",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=920",
    "results": [
        {
            "id": 923,
            "patient": 23179,
            "order": 15644,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 924,
            "patient": 23180,
            "order": 15652,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 925,
            "patient": 16630,
            "order": 15662,
            "height": null,
            "weight": null
        },
        {
            "id": 926,
            "patient": 23184,
            "order": 15663,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 927,
            "patient": 23185,
            "order": 15666,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 928,
            "patient": 23185,
            "order": 15666,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 929,
            "patient": 23186,
            "order": 15671,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 930,
            "patient": 23189,
            "order": 15674,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}