Uses of Class
org.hl7.fhir.r4.model.Specimen.SpecimenCollectionComponent
-
Uses of Specimen.SpecimenCollectionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Specimen.SpecimenCollectionComponent
JsonParser.parseSpecimenSpecimenCollectionComponent
(com.google.gson.JsonObject json, Specimen owner) protected Specimen.SpecimenCollectionComponent
XmlParser.parseSpecimenSpecimenCollectionComponent
(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSpecimenSpecimenCollectionComponent
(String name, Specimen.SpecimenCollectionComponent element) protected void
RdfParser.composeSpecimenSpecimenCollectionComponent
(Turtle.Complex parent, String parentType, String name, Specimen.SpecimenCollectionComponent element, int index) protected void
XmlParser.composeSpecimenSpecimenCollectionComponent
(String name, Specimen.SpecimenCollectionComponent element) protected void
XmlParser.composeSpecimenSpecimenCollectionComponentElements
(Specimen.SpecimenCollectionComponent element) protected void
JsonParser.composeSpecimenSpecimenCollectionComponentInner
(Specimen.SpecimenCollectionComponent element) protected boolean
XmlParser.parseSpecimenSpecimenCollectionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenCollectionComponent res) protected void
JsonParser.parseSpecimenSpecimenCollectionComponentProperties
(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenCollectionComponent res) -
Uses of Specimen.SpecimenCollectionComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Specimen.SpecimenCollectionComponent
Specimen.collection
Details concerning the specimen collection.Modifier 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) Modifier and TypeMethodDescriptionvoid
Specimen.SpecimenCollectionComponent.copyValues
(Specimen.SpecimenCollectionComponent dst) Specimen.setCollection
(Specimen.SpecimenCollectionComponent value)