
Uses of Class
org.hl7.fhir.r5.model.Specimen.SpecimenCollectionComponent
Packages that use Specimen.SpecimenCollectionComponent
-
Uses of Specimen.SpecimenCollectionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Specimen.SpecimenCollectionComponentModifier and TypeMethodDescriptionprotected Specimen.SpecimenCollectionComponentJsonParser.parseSpecimenCollectionComponent(com.google.gson.JsonObject json) protected Specimen.SpecimenCollectionComponentXmlParser.parseSpecimenCollectionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Specimen.SpecimenCollectionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) protected voidRdfParser.composeSpecimenCollectionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Specimen.SpecimenCollectionComponent element, int index) protected voidXmlParser.composeSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) protected voidXmlParser.composeSpecimenCollectionComponentElements(Specimen.SpecimenCollectionComponent element) protected voidJsonParser.composeSpecimenCollectionComponentProperties(Specimen.SpecimenCollectionComponent element) protected booleanXmlParser.parseSpecimenCollectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen.SpecimenCollectionComponent res) protected voidJsonParser.parseSpecimenCollectionComponentProperties(com.google.gson.JsonObject json, Specimen.SpecimenCollectionComponent res) -
Uses of Specimen.SpecimenCollectionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as Specimen.SpecimenCollectionComponentModifier and TypeFieldDescriptionprotected Specimen.SpecimenCollectionComponentSpecimen.collectionDetails concerning the specimen collection.Methods in org.hl7.fhir.r5.model that return Specimen.SpecimenCollectionComponentModifier and TypeMethodDescriptionSpecimen.SpecimenCollectionComponent.copy()Specimen.getCollection()Specimen.SpecimenCollectionComponent.setBodySite(CodeableReference value) Specimen.SpecimenCollectionComponent.setCollected(DataType value) Specimen.SpecimenCollectionComponent.setCollector(Reference value) Specimen.SpecimenCollectionComponent.setDevice(CodeableReference value) Specimen.SpecimenCollectionComponent.setDuration(Duration value) Specimen.SpecimenCollectionComponent.setFastingStatus(DataType value) Specimen.SpecimenCollectionComponent.setMethod(CodeableConcept value) Specimen.SpecimenCollectionComponent.setProcedure(Reference value) Specimen.SpecimenCollectionComponent.setQuantity(Quantity value) Methods in org.hl7.fhir.r5.model with parameters of type Specimen.SpecimenCollectionComponentModifier and TypeMethodDescriptionvoidSpecimen.SpecimenCollectionComponent.copyValues(Specimen.SpecimenCollectionComponent dst) Specimen.setCollection(Specimen.SpecimenCollectionComponent value)