A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3204,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3192",
    "results": [
        {
            "id": 3202,
            "patient": 24865,
            "order": 23136,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3203,
            "patient": 28309,
            "order": 23140,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2635,
            "patient": 15698,
            "order": 23144,
            "height": null,
            "weight": null
        },
        {
            "id": 3204,
            "patient": 25761,
            "order": 23145,
            "height": null,
            "weight": null
        }
    ]
}