A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1184",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1168",
    "results": [
        {
            "id": 1164,
            "patient": 23762,
            "order": 16559,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1228,
            "patient": 23933,
            "order": 16823,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1229,
            "patient": 23933,
            "order": 16823,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1165,
            "patient": 23767,
            "order": 16563,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1166,
            "patient": 23767,
            "order": 16563,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1167,
            "patient": 23770,
            "order": 16567,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1168,
            "patient": 23771,
            "order": 16570,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1169,
            "patient": 23772,
            "order": 16571,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}