Uses of Class
ca.uhn.fhir.model.dstu2.resource.Specimen.Container
-
Uses of Specimen.Container in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionSpecimen.addContainer
(Specimen.Container theValue) Adds a given new value for container ()Modifier and TypeMethodDescriptionSpecimen.setContainer
(List<Specimen.Container> theValue) Sets the value(s) for container ()