Uses of Class
org.hl7.fhir.r4.model.Specimen.SpecimenContainerComponent
-
Packages that use Specimen.SpecimenContainerComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Specimen.SpecimenContainerComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Specimen.SpecimenContainerComponent Modifier and Type Method Description protected Specimen.SpecimenContainerComponentJsonParser. parseSpecimenSpecimenContainerComponent(com.google.gson.JsonObject json, Specimen owner)protected Specimen.SpecimenContainerComponentXmlParser. parseSpecimenSpecimenContainerComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) -
Uses of Specimen.SpecimenContainerComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Specimen.SpecimenContainerComponent Modifier and Type Field Description protected List<Specimen.SpecimenContainerComponent>Specimen. containerThe container holding the specimen.Methods in org.hl7.fhir.r4.model that return types with arguments of type Specimen.SpecimenContainerComponent Modifier and Type Method Description List<Specimen.SpecimenContainerComponent>Specimen. getContainer()Methods in org.hl7.fhir.r4.model with parameters of type Specimen.SpecimenContainerComponent Modifier and Type Method Description SpecimenSpecimen. addContainer(Specimen.SpecimenContainerComponent t)voidSpecimen.SpecimenContainerComponent. copyValues(Specimen.SpecimenContainerComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Specimen.SpecimenContainerComponent Modifier and Type Method Description SpecimenSpecimen. setContainer(List<Specimen.SpecimenContainerComponent> theContainer)
-