A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3076,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=592",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=576",
    "results": [
        {
            "id": 527,
            "patient": 21982,
            "order": 13885,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 529,
            "patient": 21984,
            "order": 13885,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 531,
            "patient": 21983,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 535,
            "patient": 21989,
            "order": 13897,
            "height": 5.51,
            "weight": 76.37
        },
        {
            "id": 537,
            "patient": 22011,
            "order": 13910,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 539,
            "patient": 22015,
            "order": 13919,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 541,
            "patient": 22019,
            "order": 13926,
            "height": null,
            "weight": null
        },
        {
            "id": 543,
            "patient": 22025,
            "order": 13938,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}