Uses of Class
org.linuxforhealth.fhir.model.resource.DiagnosticReport.Media
-
Packages that use DiagnosticReport.Media Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DiagnosticReport.Media in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DiagnosticReport.Media Modifier and Type Method Description DiagnosticReport.Media
DiagnosticReport.Media.Builder. build()
Build theDiagnosticReport.Media
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DiagnosticReport.Media Modifier and Type Method Description java.util.List<DiagnosticReport.Media>
DiagnosticReport. getMedia()
A list of key images associated with this report.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DiagnosticReport.Media Modifier and Type Method Description protected DiagnosticReport.Media.Builder
DiagnosticReport.Media.Builder. from(DiagnosticReport.Media media)
DiagnosticReport.Builder
DiagnosticReport.Builder. media(DiagnosticReport.Media... media)
A list of key images associated with this report.protected void
DiagnosticReport.Media.Builder. validate(DiagnosticReport.Media media)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DiagnosticReport.Media Modifier and Type Method Description DiagnosticReport.Builder
DiagnosticReport.Builder. media(java.util.Collection<DiagnosticReport.Media> media)
A list of key images associated with this report.
-