A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=288",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=272",
    "results": [
        {
            "id": 289,
            "patient": 20732,
            "order": 12424,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 249,
            "patient": 20569,
            "order": 12211,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 250,
            "patient": 238,
            "order": 12214,
            "height": null,
            "weight": null
        },
        {
            "id": 251,
            "patient": 12457,
            "order": 12227,
            "height": null,
            "weight": null
        },
        {
            "id": 291,
            "patient": 20740,
            "order": 12432,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 253,
            "patient": 1829,
            "order": 12240,
            "height": null,
            "weight": null
        },
        {
            "id": 292,
            "patient": 20743,
            "order": 12433,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 254,
            "patient": 20578,
            "order": 12241,
            "height": null,
            "weight": null
        }
    ]
}