
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Specimen.Container
Packages that use Specimen.Container
-
Uses of Specimen.Container in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Specimen.ContainerModifier and TypeMethodDescriptionSpecimen.addContainer()
Adds and returns a new value for container ()Specimen.Container.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier ()Specimen.getContainerFirstRep()
Gets the first repetition for container (), creating it if it does not already exist.Specimen.Container.setAdditive
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for additive[x] ()Specimen.Container.setCapacity
(SimpleQuantityDt theValue) Sets the value(s) for capacity ()Specimen.Container.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()Specimen.Container.setDescription
(String theString) Sets the value for description ()Specimen.Container.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier ()Specimen.Container.setSpecimenQuantity
(SimpleQuantityDt theValue) Sets the value(s) for specimenQuantity ()Specimen.Container.setType
(CodeableConceptDt theValue) Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Specimen.ContainerMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Specimen.ContainerModifier and TypeMethodDescriptionSpecimen.addContainer
(Specimen.Container theValue) Adds a given new value for container ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Specimen.ContainerModifier and TypeMethodDescriptionSpecimen.setContainer
(List<Specimen.Container> theValue) Sets the value(s) for container ()