A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3296,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1528",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1512",
    "results": [
        {
            "id": 1751,
            "patient": 24842,
            "order": 18277,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1753,
            "patient": 24846,
            "order": 18288,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1755,
            "patient": 24848,
            "order": 18291,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1757,
            "patient": 24852,
            "order": 18297,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1759,
            "patient": 24854,
            "order": 18299,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1761,
            "patient": 24857,
            "order": 18302,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1764,
            "patient": 24448,
            "order": 18307,
            "height": null,
            "weight": null
        },
        {
            "id": 1765,
            "patient": 24863,
            "order": 18311,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}