A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3207,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3096",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3080",
    "results": [
        {
            "id": 3046,
            "patient": 27975,
            "order": 22561,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3048,
            "patient": 25644,
            "order": 22565,
            "height": null,
            "weight": null
        },
        {
            "id": 3044,
            "patient": 640,
            "order": 22557,
            "height": null,
            "weight": null
        },
        {
            "id": 3049,
            "patient": 15903,
            "order": 22574,
            "height": null,
            "weight": null
        },
        {
            "id": 3052,
            "patient": 27984,
            "order": 22580,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3054,
            "patient": 27988,
            "order": 22585,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3056,
            "patient": 27989,
            "order": 22588,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2917,
            "patient": 12237,
            "order": 22592,
            "height": null,
            "weight": null
        }
    ]
}