A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3257,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=640",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=624",
    "results": [
        {
            "id": 618,
            "patient": 16630,
            "order": 14254,
            "height": null,
            "weight": null
        },
        {
            "id": 864,
            "patient": 23002,
            "order": 15377,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 732,
            "patient": 22602,
            "order": 14806,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 736,
            "patient": 22610,
            "order": 14817,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 865,
            "patient": 23003,
            "order": 15378,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 738,
            "patient": 22613,
            "order": 14820,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 740,
            "patient": 22616,
            "order": 14824,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 866,
            "patient": 23009,
            "order": 15389,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}