Uses of Class
org.hl7.fhir.r5.model.Specimen.SpecimenFeatureComponent
-
Uses of Specimen.SpecimenFeatureComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Specimen.SpecimenFeatureComponent
JsonParser.parseSpecimenFeatureComponent
(com.google.gson.JsonObject json) protected Specimen.SpecimenFeatureComponent
XmlParser.parseSpecimenFeatureComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionSpecimen.addFeature()
Specimen.SpecimenFeatureComponent.copy()
Specimen.getFeatureFirstRep()
Specimen.SpecimenFeatureComponent.setDescription
(String value) Specimen.SpecimenFeatureComponent.setDescriptionElement
(StringType value) Specimen.SpecimenFeatureComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionSpecimen.addFeature
(Specimen.SpecimenFeatureComponent t) void
Specimen.SpecimenFeatureComponent.copyValues
(Specimen.SpecimenFeatureComponent dst) Modifier and TypeMethodDescriptionSpecimen.setFeature
(List<Specimen.SpecimenFeatureComponent> theFeature)