A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3655,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=952",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=936",
    "results": [
        {
            "id": 936,
            "patient": 23199,
            "order": 15692,
            "height": null,
            "weight": null
        },
        {
            "id": 937,
            "patient": 23200,
            "order": 15694,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 938,
            "patient": 23204,
            "order": 15701,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 939,
            "patient": 23205,
            "order": 15703,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 940,
            "patient": 23210,
            "order": 15714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 941,
            "patient": 23212,
            "order": 15712,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 942,
            "patient": 19672,
            "order": 15720,
            "height": null,
            "weight": null
        },
        {
            "id": 943,
            "patient": 23229,
            "order": 15741,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}