A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3008",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2992",
    "results": [
        {
            "id": 2971,
            "patient": 17482,
            "order": 22333,
            "height": null,
            "weight": null
        },
        {
            "id": 2973,
            "patient": 27848,
            "order": 22339,
            "height": null,
            "weight": null
        },
        {
            "id": 2922,
            "patient": 21767,
            "order": 22123,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2923,
            "patient": 27743,
            "order": 22123,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2925,
            "patient": 21767,
            "order": 22123,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2924,
            "patient": 20702,
            "order": 22123,
            "height": null,
            "weight": null
        },
        {
            "id": 2926,
            "patient": 21767,
            "order": 22123,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2927,
            "patient": 27748,
            "order": 22133,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}