A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2818,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2600",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2584",
    "results": [
        {
            "id": 2480,
            "patient": 26359,
            "order": 20243,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2572,
            "patient": 26733,
            "order": 20655,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2481,
            "patient": 26360,
            "order": 20245,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2482,
            "patient": 26369,
            "order": 20255,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2574,
            "patient": 26739,
            "order": 20662,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2575,
            "patient": 26743,
            "order": 20665,
            "height": null,
            "weight": null
        },
        {
            "id": 2483,
            "patient": 17697,
            "order": 20256,
            "height": null,
            "weight": null
        },
        {
            "id": 2484,
            "patient": 17697,
            "order": 20256,
            "height": null,
            "weight": null
        }
    ]
}