Uses of Class
org.linuxforhealth.fhir.model.resource.ImagingStudy.Series.Performer
-
Packages that use ImagingStudy.Series.Performer Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ImagingStudy.Series.Performer in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ImagingStudy.Series.Performer Modifier and Type Method Description ImagingStudy.Series.Performer
ImagingStudy.Series.Performer.Builder. build()
Build theImagingStudy.Series.Performer
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ImagingStudy.Series.Performer Modifier and Type Method Description java.util.List<ImagingStudy.Series.Performer>
ImagingStudy.Series. getPerformer()
Indicates who or what performed the series and how they were involved.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ImagingStudy.Series.Performer Modifier and Type Method Description protected ImagingStudy.Series.Performer.Builder
ImagingStudy.Series.Performer.Builder. from(ImagingStudy.Series.Performer performer)
ImagingStudy.Series.Builder
ImagingStudy.Series.Builder. performer(ImagingStudy.Series.Performer... performer)
Indicates who or what performed the series and how they were involved.protected void
ImagingStudy.Series.Performer.Builder. validate(ImagingStudy.Series.Performer performer)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ImagingStudy.Series.Performer Modifier and Type Method Description ImagingStudy.Series.Builder
ImagingStudy.Series.Builder. performer(java.util.Collection<ImagingStudy.Series.Performer> performer)
Indicates who or what performed the series and how they were involved.
-