Uses of Class
ca.uhn.fhir.model.dstu2.resource.Specimen.Treatment
-
Packages that use Specimen.Treatment Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Specimen.Treatment in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Specimen.Treatment Modifier and Type Method Description Specimen.TreatmentSpecimen. addTreatment()Adds and returns a new value for treatment ()Specimen.TreatmentSpecimen. getTreatmentFirstRep()Gets the first repetition for treatment (), creating it if it does not already exist.Specimen.TreatmentSpecimen.Treatment. setAdditive(List<ResourceReferenceDt> theValue)Sets the value(s) for additive ()Specimen.TreatmentSpecimen.Treatment. setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()Specimen.TreatmentSpecimen.Treatment. setDescription(String theString)Sets the value for description ()Specimen.TreatmentSpecimen.Treatment. setProcedure(CodeableConceptDt theValue)Sets the value(s) for procedure ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Specimen.Treatment Modifier and Type Method Description List<Specimen.Treatment>Specimen. getTreatment()Gets the value(s) for treatment ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Specimen.Treatment Modifier and Type Method Description SpecimenSpecimen. addTreatment(Specimen.Treatment theValue)Adds a given new value for treatment ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Specimen.Treatment Modifier and Type Method Description SpecimenSpecimen. setTreatment(List<Specimen.Treatment> theValue)Sets the value(s) for treatment ()
-