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.SpecimenFeatureComponentJsonParser.parseSpecimenFeatureComponent(com.google.gson.JsonObject json) protected Specimen.SpecimenFeatureComponentXmlParser.parseSpecimenFeatureComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Specimen.SpecimenFeatureComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSpecimenFeatureComponent(String name, Specimen.SpecimenFeatureComponent element) protected voidRdfParser.composeSpecimenFeatureComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Specimen.SpecimenFeatureComponent element, int index) protected voidXmlParser.composeSpecimenFeatureComponent(String name, Specimen.SpecimenFeatureComponent element) protected voidXmlParser.composeSpecimenFeatureComponentElements(Specimen.SpecimenFeatureComponent element) protected voidJsonParser.composeSpecimenFeatureComponentProperties(Specimen.SpecimenFeatureComponent element) protected booleanXmlParser.parseSpecimenFeatureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen.SpecimenFeatureComponent res) protected voidJsonParser.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.featureA 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) voidSpecimen.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)