
Uses of Class
org.hl7.fhir.r5.model.Specimen.SpecimenFeatureComponent
Packages that use Specimen.SpecimenFeatureComponent
-
Uses of Specimen.SpecimenFeatureComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Specimen.SpecimenFeatureComponentModifier and TypeMethodDescriptionprotected Specimen.SpecimenFeatureComponent
JsonParser.parseSpecimenFeatureComponent
(com.google.gson.JsonObject json) protected Specimen.SpecimenFeatureComponent
XmlParser.parseSpecimenFeatureComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Specimen.SpecimenFeatureComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeSpecimenFeatureComponent
(String name, Specimen.SpecimenFeatureComponent element) protected void
RdfParser.composeSpecimenFeatureComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Specimen.SpecimenFeatureComponent element, int index) protected void
XmlParser.composeSpecimenFeatureComponent
(String name, Specimen.SpecimenFeatureComponent element) protected void
XmlParser.composeSpecimenFeatureComponentElements
(Specimen.SpecimenFeatureComponent element) protected void
JsonParser.composeSpecimenFeatureComponentProperties
(Specimen.SpecimenFeatureComponent element) protected boolean
XmlParser.parseSpecimenFeatureComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen.SpecimenFeatureComponent res) protected void
JsonParser.parseSpecimenFeatureComponentProperties
(com.google.gson.JsonObject json, Specimen.SpecimenFeatureComponent res) -
Uses of Specimen.SpecimenFeatureComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Specimen.SpecimenFeatureComponentModifier and TypeFieldDescriptionprotected List
<Specimen.SpecimenFeatureComponent> Specimen.feature
A physical feature or landmark on a specimen, highlighted for context by the collector of the specimen (e.g.Methods in org.hl7.fhir.r5.model that return Specimen.SpecimenFeatureComponentModifier and TypeMethodDescriptionSpecimen.addFeature()
Specimen.SpecimenFeatureComponent.copy()
Specimen.getFeatureFirstRep()
Specimen.SpecimenFeatureComponent.setDescription
(String value) Specimen.SpecimenFeatureComponent.setDescriptionElement
(StringType value) Specimen.SpecimenFeatureComponent.setType
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Specimen.SpecimenFeatureComponentMethods in org.hl7.fhir.r5.model with parameters of type Specimen.SpecimenFeatureComponentModifier and TypeMethodDescriptionSpecimen.addFeature
(Specimen.SpecimenFeatureComponent t) void
Specimen.SpecimenFeatureComponent.copyValues
(Specimen.SpecimenFeatureComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Specimen.SpecimenFeatureComponentModifier and TypeMethodDescriptionSpecimen.setFeature
(List<Specimen.SpecimenFeatureComponent> theFeature)