Uses of Class
org.hl7.fhir.dstu2.model.Specimen.SpecimenTreatmentComponent
-
Packages that use Specimen.SpecimenTreatmentComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Specimen.SpecimenTreatmentComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Specimen.SpecimenTreatmentComponent Modifier and Type Method Description protected Specimen.SpecimenTreatmentComponentJsonParser. parseSpecimenSpecimenTreatmentComponent(com.google.gson.JsonObject json, Specimen owner)protected Specimen.SpecimenTreatmentComponentXmlParser. parseSpecimenSpecimenTreatmentComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Specimen.SpecimenTreatmentComponent Modifier and Type Method Description protected voidJsonParser. composeSpecimenSpecimenTreatmentComponent(String name, Specimen.SpecimenTreatmentComponent element)protected voidXmlParser. composeSpecimenSpecimenTreatmentComponent(String name, Specimen.SpecimenTreatmentComponent element)protected voidJsonParser. composeSpecimenSpecimenTreatmentComponentInner(Specimen.SpecimenTreatmentComponent element) -
Uses of Specimen.SpecimenTreatmentComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Specimen.SpecimenTreatmentComponent Modifier and Type Field Description protected List<Specimen.SpecimenTreatmentComponent>Specimen. treatmentDetails concerning treatment and processing steps for the specimen.Methods in org.hl7.fhir.dstu2.model that return Specimen.SpecimenTreatmentComponent Modifier and Type Method Description Specimen.SpecimenTreatmentComponentSpecimen.SpecimenTreatmentComponent. addAdditive(Reference t)Specimen.SpecimenTreatmentComponentSpecimen. addTreatment()Specimen.SpecimenTreatmentComponentSpecimen.SpecimenTreatmentComponent. copy()Specimen.SpecimenTreatmentComponentSpecimen.SpecimenTreatmentComponent. setDescription(String value)Specimen.SpecimenTreatmentComponentSpecimen.SpecimenTreatmentComponent. setDescriptionElement(StringType value)Specimen.SpecimenTreatmentComponentSpecimen.SpecimenTreatmentComponent. setProcedure(CodeableConcept value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Specimen.SpecimenTreatmentComponent Modifier and Type Method Description List<Specimen.SpecimenTreatmentComponent>Specimen. getTreatment()Methods in org.hl7.fhir.dstu2.model with parameters of type Specimen.SpecimenTreatmentComponent Modifier and Type Method Description SpecimenSpecimen. addTreatment(Specimen.SpecimenTreatmentComponent t)
-