A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2880",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2864",
    "results": [
        {
            "id": 2957,
            "patient": 27829,
            "order": 22310,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2866,
            "patient": 27647,
            "order": 21977,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2867,
            "patient": 27631,
            "order": 21978,
            "height": null,
            "weight": null
        },
        {
            "id": 641,
            "patient": 20709,
            "order": 22303,
            "height": null,
            "weight": null
        },
        {
            "id": 2868,
            "patient": 27648,
            "order": 21979,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2869,
            "patient": 27649,
            "order": 21980,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2960,
            "patient": 26473,
            "order": 22318,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2870,
            "patient": 27655,
            "order": 21987,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}