Current section
Files
Jump to
Current section
Files
include/DiagnosticReport.hrl
-ifndef(DIAGNOSTIC_REPORT_HL7).
-define(DIAGNOSTIC_REPORT_HL7, true).
-record('DiagnosticReport', {
name = [],
addresses = [],
phones = [],
email = [],
workingHours = [],
type = [],
legalEntityId = [],
externalId = [],
location = []
}).
-endif.