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.PerformerImagingStudy.Series.Performer.Builder. build()Build theImagingStudy.Series.PerformerMethods 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.BuilderImagingStudy.Series.Performer.Builder. from(ImagingStudy.Series.Performer performer)ImagingStudy.Series.BuilderImagingStudy.Series.Builder. performer(ImagingStudy.Series.Performer... performer)Indicates who or what performed the series and how they were involved.protected voidImagingStudy.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.BuilderImagingStudy.Series.Builder. performer(java.util.Collection<ImagingStudy.Series.Performer> performer)Indicates who or what performed the series and how they were involved. 
 -