FormApi class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rawCreateForm(FormDto formDto)
→ Future<FormDto?>
-
Create a form with the current user
-
rawCreateForms(List<FormDto> formDto)
→ Future<List<FormDto>?>
-
Create a batch of forms
-
rawCreateFormsWithHttpInfo(List<FormDto> formDto)
→ Future<Response>
-
Create a batch of forms
-
rawCreateFormTemplate(FormTemplateDto formTemplateDto)
→ Future<FormTemplateDto?>
-
Create a form template with the current user
-
rawCreateFormTemplateWithHttpInfo(FormTemplateDto formTemplateDto)
→ Future<Response>
-
Create a form template with the current user
-
rawCreateFormWithHttpInfo(FormDto formDto)
→ Future<Response>
-
Create a form with the current user
-
rawDeleteForms(ListOfIdsDto listOfIdsDto)
→ Future<List<DocIdentifier>?>
-
Delete forms.
-
rawDeleteFormsWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Delete forms.
-
rawDeleteFormTemplate(String formTemplateId)
→ Future<DocIdentifier?>
-
Delete a form template
-
rawDeleteFormTemplateWithHttpInfo(String formTemplateId)
→ Future<Response>
-
Delete a form template
-
rawGetChildrenForms(String formId, String hcPartyId)
→ Future<List<FormDto>?>
-
Get a list of forms by parents ids
-
rawGetChildrenFormsWithHttpInfo(String formId, String hcPartyId)
→ Future<Response>
-
Get a list of forms by parents ids
-
rawGetForm(String formId)
→ Future<FormDto?>
-
Gets a form
-
rawGetFormByLogicalUuid(String logicalUuid)
→ Future<FormDto?>
-
Gets the most recent form with the given logicalUuid
-
rawGetFormByLogicalUuidWithHttpInfo(String logicalUuid)
→ Future<Response>
-
Gets the most recent form with the given logicalUuid
-
rawGetFormByUniqueId(String uniqueId)
→ Future<FormDto?>
-
Gets the most recent form with the given uniqueId
-
rawGetFormByUniqueIdWithHttpInfo(String uniqueId)
→ Future<Response>
-
Gets the most recent form with the given uniqueId
-
rawGetForms(ListOfIdsDto listOfIdsDto)
→ Future<List<FormDto>?>
-
Get a list of forms by ids
-
rawGetFormsByLogicalUuid(String logicalUuid)
→ Future<List<FormDto>?>
-
Gets all forms with given logicalUuid
-
rawGetFormsByLogicalUuidWithHttpInfo(String logicalUuid)
→ Future<Response>
-
Gets all forms with given logicalUuid
-
rawGetFormsByUniqueId(String uniqueId)
→ Future<List<FormDto>?>
-
Gets all forms by uniqueId
-
rawGetFormsByUniqueIdWithHttpInfo(String uniqueId)
→ Future<Response>
-
Gets all forms by uniqueId
-
rawGetFormsWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Get a list of forms by ids
-
rawGetFormTemplate(String formTemplateId)
→ Future<FormTemplateDto?>
-
Gets a form template by guid
-
rawGetFormTemplates({bool? loadLayout})
→ Future<List<FormTemplateDto>?>
-
Gets all form templates for current user
-
rawGetFormTemplatesByGuid(String formTemplateGuid, String specialityCode)
→ Future<List<FormTemplateDto>?>
-
Gets a form template
-
rawGetFormTemplatesByGuidWithHttpInfo(String formTemplateGuid, String specialityCode)
→ Future<Response>
-
Gets a form template
-
rawGetFormTemplatesWithHttpInfo({bool? loadLayout})
→ Future<Response>
-
Gets all form templates for current user
-
rawGetFormTemplateWithHttpInfo(String formTemplateId)
→ Future<Response>
-
Gets a form template by guid
-
rawGetFormWithHttpInfo(String formId)
→ Future<Response>
-
Gets a form
-
rawListFormsByHCPartyAndPatientForeignKeys(String hcPartyId, String secretFKeys, {String? healthElementId, String? planOfActionId, String? formTemplateId})
→ Future<List<FormDto>?>
-
List forms found By Healthcare Party and secret foreign keys.
-
rawListFormsByHCPartyAndPatientForeignKeysWithHttpInfo(String hcPartyId, String secretFKeys, {String? healthElementId, String? planOfActionId, String? formTemplateId})
→ Future<Response>
-
List forms found By Healthcare Party and secret foreign keys.
-
rawListFormsDelegationsStubsByHCPartyAndPatientForeignKeys(String hcPartyId, String secretFKeys)
→ Future<List<IcureStubDto>?>
-
List form stubs found By Healthcare Party and secret foreign keys.
-
rawListFormsDelegationsStubsByHCPartyAndPatientForeignKeysWithHttpInfo(String hcPartyId, String secretFKeys)
→ Future<Response>
-
List form stubs found By Healthcare Party and secret foreign keys.
-
rawListFormTemplatesBySpeciality(String specialityCode, {bool? loadLayout})
→ Future<List<FormTemplateDto>?>
-
Gets all form templates
-
rawListFormTemplatesBySpecialityWithHttpInfo(String specialityCode, {bool? loadLayout})
→ Future<Response>
-
Gets all form templates
-
rawModifyForm(FormDto formDto)
→ Future<FormDto?>
-
Modify a form
-
rawModifyForms(List<FormDto> formDto)
→ Future<List<FormDto>?>
-
Modify a batch of forms
-
rawModifyFormsWithHttpInfo(List<FormDto> formDto)
→ Future<Response>
-
Modify a batch of forms
-
rawModifyFormWithHttpInfo(FormDto formDto)
→ Future<Response>
-
Modify a form
-
rawNewFormDelegations(String formId, List<DelegationDto> delegationDto)
→ Future<FormDto?>
-
Delegates a form to a healthcare party
-
rawNewFormDelegationsWithHttpInfo(String formId, List<DelegationDto> delegationDto)
→ Future<Response>
-
Delegates a form to a healthcare party
-
rawSetFormsDelegations(List<IcureStubDto> icureStubDto)
→ Future<List<IcureStubDto>?>
-
Update delegations in form.
-
rawSetFormsDelegationsWithHttpInfo(List<IcureStubDto> icureStubDto)
→ Future<Response>
-
Update delegations in form.
-
rawSetTemplateAttachmentMulti(String formTemplateId, String attachment)
→ Future<String?>
-
Update a form template's layout
-
rawSetTemplateAttachmentMultiWithHttpInfo(String formTemplateId, String attachment)
→ Future<Response>
-
Update a form template's layout
-
rawUpdateFormTemplate(String formTemplateId, FormTemplateDto formTemplateDto)
→ Future<FormTemplateDto?>
-
Modify a form template with the current user
-
rawUpdateFormTemplateWithHttpInfo(String formTemplateId, FormTemplateDto formTemplateDto)
→ Future<Response>
-
Modify a form template with the current user
-
toString()
→ String
-
A string representation of this object.
inherited