A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3078,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2360",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2344",
    "results": [
        {
            "id": 2347,
            "patient": 25987,
            "order": 19845,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2349,
            "patient": 25998,
            "order": 19857,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2351,
            "patient": 26001,
            "order": 19862,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2352,
            "patient": 26002,
            "order": 19863,
            "height": null,
            "weight": null
        },
        {
            "id": 2355,
            "patient": 18270,
            "order": 19879,
            "height": null,
            "weight": null
        },
        {
            "id": 2357,
            "patient": 26025,
            "order": 19888,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2359,
            "patient": 25987,
            "order": 19893,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2361,
            "patient": 22534,
            "order": 19896,
            "height": null,
            "weight": null
        }
    ]
}