Uses of Class
org.linuxforhealth.fhir.model.resource.ImagingStudy.Series
-
Packages that use ImagingStudy.Series Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ImagingStudy.Series in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ImagingStudy.Series Modifier and Type Method Description ImagingStudy.SeriesImagingStudy.Series.Builder. build()Build theImagingStudy.SeriesMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ImagingStudy.Series Modifier and Type Method Description java.util.List<ImagingStudy.Series>ImagingStudy. getSeries()Each study has one or more series of images or other content.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ImagingStudy.Series Modifier and Type Method Description protected ImagingStudy.Series.BuilderImagingStudy.Series.Builder. from(ImagingStudy.Series series)ImagingStudy.BuilderImagingStudy.Builder. series(ImagingStudy.Series... series)Each study has one or more series of images or other content.protected voidImagingStudy.Series.Builder. validate(ImagingStudy.Series series)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ImagingStudy.Series Modifier and Type Method Description ImagingStudy.BuilderImagingStudy.Builder. series(java.util.Collection<ImagingStudy.Series> series)Each study has one or more series of images or other content.
-