A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=200
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=208",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=192",
    "results": [
        {
            "id": 175,
            "patient": 20226,
            "order": 11791,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 266,
            "patient": 20652,
            "order": 12312,
            "height": null,
            "weight": null
        },
        {
            "id": 176,
            "patient": 20230,
            "order": 11798,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 196,
            "patient": 20283,
            "order": 11871,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 267,
            "patient": 20654,
            "order": 12314,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 268,
            "patient": 20656,
            "order": 12316,
            "height": null,
            "weight": null
        },
        {
            "id": 197,
            "patient": 14640,
            "order": 11872,
            "height": null,
            "weight": null
        },
        {
            "id": 198,
            "patient": 8441,
            "order": 11872,
            "height": null,
            "weight": null
        }
    ]
}