A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2056",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2040",
    "results": [
        {
            "id": 2027,
            "patient": 25249,
            "order": 18854,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2247,
            "patient": 25622,
            "order": 19440,
            "height": null,
            "weight": null
        },
        {
            "id": 2029,
            "patient": 25250,
            "order": 18856,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2249,
            "patient": 2853,
            "order": 19444,
            "height": null,
            "weight": null
        },
        {
            "id": 2030,
            "patient": 25251,
            "order": 18857,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2031,
            "patient": 25252,
            "order": 18858,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2032,
            "patient": 25253,
            "order": 18859,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2033,
            "patient": 25254,
            "order": 18860,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}