A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3258,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=656",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=640",
    "results": [
        {
            "id": 752,
            "patient": 22647,
            "order": 14870,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 757,
            "patient": 22656,
            "order": 14880,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 869,
            "patient": 23024,
            "order": 15407,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 759,
            "patient": 22666,
            "order": 14900,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 761,
            "patient": 22700,
            "order": 14925,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 870,
            "patient": 23030,
            "order": 15422,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 763,
            "patient": 22706,
            "order": 14930,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 765,
            "patient": 22710,
            "order": 14938,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}