A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3274,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=744",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=728",
    "results": [
        {
            "id": 859,
            "patient": 22978,
            "order": 15340,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 860,
            "patient": 22979,
            "order": 15341,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 697,
            "patient": 21787,
            "order": 22507,
            "height": null,
            "weight": null
        },
        {
            "id": 619,
            "patient": 17069,
            "order": 14256,
            "height": null,
            "weight": null
        },
        {
            "id": 620,
            "patient": 17070,
            "order": 14256,
            "height": null,
            "weight": null
        },
        {
            "id": 716,
            "patient": 20777,
            "order": 14737,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 621,
            "patient": 20107,
            "order": 14257,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 622,
            "patient": 22270,
            "order": 14258,
            "height": null,
            "weight": null
        }
    ]
}