A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3059,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3048",
    "results": [
        {
            "id": 3056,
            "patient": 27989,
            "order": 22588,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2917,
            "patient": 12237,
            "order": 22592,
            "height": null,
            "weight": null
        },
        {
            "id": 3058,
            "patient": 4228,
            "order": 22597,
            "height": null,
            "weight": null
        }
    ]
}