A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2088",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2072",
    "results": [
        {
            "id": 2270,
            "patient": 25712,
            "order": 19525,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2272,
            "patient": 25723,
            "order": 19522,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2274,
            "patient": 25732,
            "order": 19552,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2290,
            "patient": 25765,
            "order": 19605,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2276,
            "patient": 25736,
            "order": 19562,
            "height": null,
            "weight": null
        },
        {
            "id": 2278,
            "patient": 25743,
            "order": 19566,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2280,
            "patient": 25750,
            "order": 19575,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2282,
            "patient": 486,
            "order": 19584,
            "height": null,
            "weight": null
        }
    ]
}