
Uses of Class
org.hl7.fhir.r4.model.Specimen.SpecimenCollectionComponent
Packages that use Specimen.SpecimenCollectionComponent
-
Uses of Specimen.SpecimenCollectionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Specimen.SpecimenCollectionComponentModifier and TypeMethodDescriptionprotected Specimen.SpecimenCollectionComponentJsonParser.parseSpecimenSpecimenCollectionComponent(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenCollectionComponentXmlParser.parseSpecimenSpecimenCollectionComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) Methods in org.hl7.fhir.r4.formats with parameters of type Specimen.SpecimenCollectionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSpecimenSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) protected voidRdfParser.composeSpecimenSpecimenCollectionComponent(Turtle.Complex parent, String parentType, String name, Specimen.SpecimenCollectionComponent element, int index) protected voidXmlParser.composeSpecimenSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) protected voidXmlParser.composeSpecimenSpecimenCollectionComponentElements(Specimen.SpecimenCollectionComponent element) protected voidJsonParser.composeSpecimenSpecimenCollectionComponentInner(Specimen.SpecimenCollectionComponent element) protected booleanXmlParser.parseSpecimenSpecimenCollectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenCollectionComponent res) protected voidJsonParser.parseSpecimenSpecimenCollectionComponentProperties(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenCollectionComponent res) -
Uses of Specimen.SpecimenCollectionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Specimen.SpecimenCollectionComponentModifier and TypeFieldDescriptionprotected Specimen.SpecimenCollectionComponentSpecimen.collectionDetails concerning the specimen collection.Methods in org.hl7.fhir.r4.model that return Specimen.SpecimenCollectionComponentModifier and TypeMethodDescriptionSpecimen.SpecimenCollectionComponent.copy()Specimen.getCollection()Specimen.SpecimenCollectionComponent.setBodySite(CodeableConcept value) Specimen.SpecimenCollectionComponent.setCollected(Type value) Specimen.SpecimenCollectionComponent.setCollector(Reference value) Specimen.SpecimenCollectionComponent.setCollectorTarget(Resource value) Specimen.SpecimenCollectionComponent.setDuration(Duration value) Specimen.SpecimenCollectionComponent.setFastingStatus(Type value) Specimen.SpecimenCollectionComponent.setMethod(CodeableConcept value) Specimen.SpecimenCollectionComponent.setQuantity(Quantity value) Methods in org.hl7.fhir.r4.model with parameters of type Specimen.SpecimenCollectionComponentModifier and TypeMethodDescriptionvoidSpecimen.SpecimenCollectionComponent.copyValues(Specimen.SpecimenCollectionComponent dst) Specimen.setCollection(Specimen.SpecimenCollectionComponent value)