
Uses of Class
org.hl7.fhir.r4.model.Specimen.SpecimenProcessingComponent
Packages that use Specimen.SpecimenProcessingComponent
- 
Uses of Specimen.SpecimenProcessingComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionprotected Specimen.SpecimenProcessingComponentJsonParser.parseSpecimenSpecimenProcessingComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenProcessingComponentXmlParser.parseSpecimenSpecimenProcessingComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) Methods in org.hl7.fhir.r4.formats with parameters of type Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSpecimenSpecimenProcessingComponent(String name, Specimen.SpecimenProcessingComponent element) protected voidRdfParser.composeSpecimenSpecimenProcessingComponent(Turtle.Complex parent, String parentType, String name, Specimen.SpecimenProcessingComponent element, int index) protected voidXmlParser.composeSpecimenSpecimenProcessingComponent(String name, Specimen.SpecimenProcessingComponent element) protected voidXmlParser.composeSpecimenSpecimenProcessingComponentElements(Specimen.SpecimenProcessingComponent element) protected voidJsonParser.composeSpecimenSpecimenProcessingComponentInner(Specimen.SpecimenProcessingComponent element) protected booleanXmlParser.parseSpecimenSpecimenProcessingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenProcessingComponent res) protected voidJsonParser.parseSpecimenSpecimenProcessingComponentProperties(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenProcessingComponent res)  - 
Uses of Specimen.SpecimenProcessingComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Specimen.SpecimenProcessingComponentModifier and TypeFieldDescriptionprotected List<Specimen.SpecimenProcessingComponent> Specimen.processingDetails concerning processing and processing steps for the specimen.Methods in org.hl7.fhir.r4.model that return Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionSpecimen.SpecimenProcessingComponent.addAdditive(Reference t) Specimen.addProcessing()Specimen.SpecimenProcessingComponent.copy()Specimen.getProcessingFirstRep()Specimen.SpecimenProcessingComponent.setAdditive(List<Reference> theAdditive) Specimen.SpecimenProcessingComponent.setDescription(String value) Specimen.SpecimenProcessingComponent.setDescriptionElement(StringType value) Specimen.SpecimenProcessingComponent.setProcedure(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Specimen.SpecimenProcessingComponentMethods in org.hl7.fhir.r4.model with parameters of type Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionSpecimen.addProcessing(Specimen.SpecimenProcessingComponent t) voidSpecimen.SpecimenProcessingComponent.copyValues(Specimen.SpecimenProcessingComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Specimen.SpecimenProcessingComponentModifier and TypeMethodDescriptionSpecimen.setProcessing(List<Specimen.SpecimenProcessingComponent> theProcessing)