A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3059,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3048",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3032",
    "results": [
        {
            "id": 3024,
            "patient": 7183,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 3026,
            "patient": 911,
            "order": 22490,
            "height": null,
            "weight": null
        },
        {
            "id": 3028,
            "patient": 27946,
            "order": 22501,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3029,
            "patient": 12709,
            "order": 22506,
            "height": null,
            "weight": null
        },
        {
            "id": 3031,
            "patient": 27956,
            "order": 22516,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3035,
            "patient": 25182,
            "order": 22524,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3037,
            "patient": 27761,
            "order": 22537,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 429,
            "patient": 2691,
            "order": 22538,
            "height": null,
            "weight": null
        }
    ]
}