A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2798,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2784",
    "results": [
        {
            "id": 2793,
            "patient": 27382,
            "order": 21552,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2794,
            "patient": 27383,
            "order": 21553,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2795,
            "patient": 27385,
            "order": 21563,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2796,
            "patient": 27396,
            "order": 21578,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2797,
            "patient": 27396,
            "order": 21578,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2798,
            "patient": 27402,
            "order": 21585,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}