A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2856",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2840",
    "results": [
        {
            "id": 2849,
            "patient": 27556,
            "order": 21830,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2850,
            "patient": 6225,
            "order": 21838,
            "height": null,
            "weight": null
        },
        {
            "id": 2614,
            "patient": 26850,
            "order": 22258,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2851,
            "patient": 27568,
            "order": 21850,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2852,
            "patient": 27569,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2945,
            "patient": 1318,
            "order": 22264,
            "height": null,
            "weight": null
        },
        {
            "id": 2853,
            "patient": 27577,
            "order": 21865,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2854,
            "patient": 27584,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}