Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 include DiagnosticReport.hrl
Raw

include/DiagnosticReport.hrl

-ifndef(DIAGNOSTIC_REPORT_HL7).
-define(DIAGNOSTIC_REPORT_HL7, true).
-record('DiagnosticReport', {
name = [],
addresses = [],
phones = [],
email = [],
workingHours = [],
type = [],
legalEntityId = [],
externalId = [],
location = []
}).
-endif.