A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3291,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1360",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1344",
    "results": [
        {
            "id": 1341,
            "patient": 24195,
            "order": 17286,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1342,
            "patient": 24198,
            "order": 17291,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1343,
            "patient": 24199,
            "order": 17292,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1344,
            "patient": 24200,
            "order": 17294,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1345,
            "patient": 24201,
            "order": 17298,
            "height": null,
            "weight": null
        },
        {
            "id": 1346,
            "patient": 24201,
            "order": 17298,
            "height": null,
            "weight": null
        },
        {
            "id": 1347,
            "patient": 24201,
            "order": 17298,
            "height": null,
            "weight": null
        },
        {
            "id": 1348,
            "patient": 24202,
            "order": 17299,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}