Uses of Class
com.ibm.fhir.model.resource.ImagingStudy.Series.Performer
-
Packages that use ImagingStudy.Series.Performer Package Description com.ibm.fhir.model.resource -
-
Uses of ImagingStudy.Series.Performer in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type ImagingStudy.Series.Performer Modifier and Type Method Description List<ImagingStudy.Series.Performer>
ImagingStudy.Series. getPerformer()
Indicates who or what performed the series and how they were involved.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type ImagingStudy.Series.Performer Modifier and Type Method Description ImagingStudy.Series.Builder
ImagingStudy.Series.Builder. performer(Collection<ImagingStudy.Series.Performer> performer)
Indicates who or what performed the series and how they were involved.
-