
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImagingStudy.SeriesInstance
Packages that use ImagingStudy.SeriesInstance
-
Uses of ImagingStudy.SeriesInstance in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImagingStudy.SeriesInstanceModifier and TypeMethodDescriptionImagingStudy.SeriesInstance.addContent
(AttachmentDt theValue) Adds a given new value for content ()ImagingStudy.Series.addInstance()
Adds and returns a new value for instance ()ImagingStudy.Series.getInstanceFirstRep()
Gets the first repetition for instance (), creating it if it does not already exist.ImagingStudy.SeriesInstance.setContent
(List<AttachmentDt> theValue) Sets the value(s) for content ()ImagingStudy.SeriesInstance.setNumber
(int theInteger) Sets the value for number ()ImagingStudy.SeriesInstance.setNumber
(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) Sets the value(s) for number ()ImagingStudy.SeriesInstance.setSopClass
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for sopClass ()ImagingStudy.SeriesInstance.setTitle
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for title ()Sets the value for title ()ImagingStudy.SeriesInstance.setType
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for type ()Sets the value for type ()ImagingStudy.SeriesInstance.setUid
(ca.uhn.fhir.model.primitive.OidDt theValue) Sets the value(s) for uid ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImagingStudy.SeriesInstanceModifier and TypeMethodDescriptionImagingStudy.Series.getInstance()
Gets the value(s) for instance ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImagingStudy.SeriesInstanceModifier and TypeMethodDescriptionImagingStudy.Series.addInstance
(ImagingStudy.SeriesInstance theValue) Adds a given new value for instance ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImagingStudy.SeriesInstanceModifier and TypeMethodDescriptionImagingStudy.Series.setInstance
(List<ImagingStudy.SeriesInstance> theValue) Sets the value(s) for instance ()