A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3643,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=776",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=760",
    "results": [
        {
            "id": 637,
            "patient": 22314,
            "order": 14324,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 638,
            "patient": 21338,
            "order": 14337,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 639,
            "patient": 22331,
            "order": 14349,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 640,
            "patient": 22333,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 731,
            "patient": 22595,
            "order": 14790,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 642,
            "patient": 22336,
            "order": 14355,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 643,
            "patient": 22338,
            "order": 14360,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 733,
            "patient": 22605,
            "order": 14811,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}