A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3462,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3104",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3088",
    "results": [
        {
            "id": 3056,
            "patient": 27989,
            "order": 22588,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2917,
            "patient": 12237,
            "order": 22592,
            "height": null,
            "weight": null
        },
        {
            "id": 3058,
            "patient": 4228,
            "order": 22597,
            "height": null,
            "weight": null
        },
        {
            "id": 3060,
            "patient": 28002,
            "order": 22611,
            "height": null,
            "weight": null
        },
        {
            "id": 3062,
            "patient": 25506,
            "order": 22616,
            "height": null,
            "weight": null
        },
        {
            "id": 1490,
            "patient": 24005,
            "order": 22617,
            "height": null,
            "weight": null
        },
        {
            "id": 3065,
            "patient": 28008,
            "order": 22624,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3067,
            "patient": 28015,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}