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": 3279,
    "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": 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
        },
        {
            "id": 944,
            "patient": 23237,
            "order": 15747,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 945,
            "patient": 23241,
            "order": 15750,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 946,
            "patient": 23244,
            "order": 15756,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}