Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.29 KB

HiuPatientStatusNotificationNotificationPatient.md

File metadata and controls

29 lines (20 loc) · 1.29 KB

HiuPatientStatusNotificationNotificationPatient

Properties

Name Type Description Notes
id str

Example

from abdm.models.hiu_patient_status_notification_notification_patient import HiuPatientStatusNotificationNotificationPatient

# TODO update the JSON string below
json = "{}"
# create an instance of HiuPatientStatusNotificationNotificationPatient from a JSON string
hiu_patient_status_notification_notification_patient_instance = HiuPatientStatusNotificationNotificationPatient.from_json(json)
# print the JSON string representation of the object
print(HiuPatientStatusNotificationNotificationPatient.to_json())

# convert the object into a dict
hiu_patient_status_notification_notification_patient_dict = hiu_patient_status_notification_notification_patient_instance.to_dict()
# create an instance of HiuPatientStatusNotificationNotificationPatient from a dict
hiu_patient_status_notification_notification_patient_from_dict = HiuPatientStatusNotificationNotificationPatient.from_dict(hiu_patient_status_notification_notification_patient_dict)

[Back to Model list] [Back to API list] [Back to README]