Uses of Class
org.hl7.fhir.dstu2016may.model.Specimen.SpecimenContainerComponent
-
Packages that use Specimen.SpecimenContainerComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Specimen.SpecimenContainerComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Specimen.SpecimenContainerComponent Modifier and Type Method Description protected voidJsonParser. composeSpecimenSpecimenContainerComponent(String name, Specimen.SpecimenContainerComponent element)protected voidRdfParser. composeSpecimenSpecimenContainerComponent(RdfGenerator.Complex parent, String parentType, String name, Specimen.SpecimenContainerComponent element, int index)protected voidXmlParser. composeSpecimenSpecimenContainerComponent(String name, Specimen.SpecimenContainerComponent element)protected voidJsonParser. composeSpecimenSpecimenContainerComponentInner(Specimen.SpecimenContainerComponent element) -
Uses of Specimen.SpecimenContainerComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type Specimen.SpecimenContainerComponent Modifier and Type Method Description SpecimenSpecimen. addContainer(Specimen.SpecimenContainerComponent t)
-