A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2798,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2776",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2760",
    "results": [
        {
            "id": 2771,
            "patient": 27295,
            "order": 21415,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2772,
            "patient": 27294,
            "order": 21415,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2773,
            "patient": 27303,
            "order": 21420,
            "height": null,
            "weight": null
        },
        {
            "id": 2774,
            "patient": 25372,
            "order": 21422,
            "height": null,
            "weight": null
        },
        {
            "id": 2775,
            "patient": 25372,
            "order": 21422,
            "height": null,
            "weight": null
        },
        {
            "id": 2776,
            "patient": 27306,
            "order": 21424,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2777,
            "patient": 25421,
            "order": 21427,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2307,
            "patient": 10464,
            "order": 21429,
            "height": null,
            "weight": null
        }
    ]
}