A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2812,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2712",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2696",
    "results": [
        {
            "id": 2705,
            "patient": 27095,
            "order": 21130,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2706,
            "patient": 27098,
            "order": 21153,
            "height": null,
            "weight": null
        },
        {
            "id": 2707,
            "patient": 27099,
            "order": 21147,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2708,
            "patient": 1129,
            "order": 21160,
            "height": null,
            "weight": null
        },
        {
            "id": 2709,
            "patient": 23270,
            "order": 21160,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2710,
            "patient": 27111,
            "order": 21162,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2711,
            "patient": 27111,
            "order": 21162,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2712,
            "patient": 27114,
            "order": 21169,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}