DocumentTemplatePlatformApi class

Constructors

DocumentTemplatePlatformApi(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createDocumentTemplate(String sdkId, DocumentTemplate documentTemplate) Future<DocumentTemplate>
deleteDocumentTemplates(String sdkId, List<String> documentTemplateIds) Future<List<DocIdentifier>>
getAttachmentText(String sdkId, String documentTemplateId, String attachmentId) Future<Uint8List>
getAttachmentUrl(String sdkId, String documentId, String attachmentId) Future<String>
getDocumentTemplate(String sdkId, String documentTemplateId) Future<DocumentTemplate>
getDocumentTemplateAttachment(String sdkId, String documentTemplateId, String attachmentId) Future<Uint8List>
listDocumentTemplates(String sdkId) Future<List<DocumentTemplate>>
listDocumentTemplatesByDocumentType(String sdkId, String documentTypeCode) Future<List<DocumentTemplate>>
listDocumentTemplatesByDocumentTypeForCurrentUser(String sdkId, String documentTypeCode) Future<List<DocumentTemplate>>
listDocumentTemplatesBySpeciality(String sdkId, String specialityCode) Future<List<DocumentTemplate>>
modifyDocumentTemplate(String sdkId, DocumentTemplate documentTemplate) Future<DocumentTemplate>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDocumentTemplateAttachment(String sdkId, String documentTemplateId, Uint8List payload) Future<DocumentTemplate>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited