Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.53 KB

ConsentArtefactResponseConsentConsentDetailCareContextsInner.md

File metadata and controls

30 lines (21 loc) · 1.53 KB

ConsentArtefactResponseConsentConsentDetailCareContextsInner

Properties

Name Type Description Notes
patient_reference str
care_context_reference str

Example

from abdm.models.consent_artefact_response_consent_consent_detail_care_contexts_inner import ConsentArtefactResponseConsentConsentDetailCareContextsInner

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

# convert the object into a dict
consent_artefact_response_consent_consent_detail_care_contexts_inner_dict = consent_artefact_response_consent_consent_detail_care_contexts_inner_instance.to_dict()
# create an instance of ConsentArtefactResponseConsentConsentDetailCareContextsInner from a dict
consent_artefact_response_consent_consent_detail_care_contexts_inner_from_dict = ConsentArtefactResponseConsentConsentDetailCareContextsInner.from_dict(consent_artefact_response_consent_consent_detail_care_contexts_inner_dict)

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