Uses of Class
org.hl7.fhir.r5.model.GenomicStudy
-
Uses of GenomicStudy in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected GenomicStudy
JsonParser.parseGenomicStudy
(com.google.gson.JsonObject json) protected GenomicStudy
XmlParser.parseGenomicStudy
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeGenomicStudy
(String name, GenomicStudy element) protected void
RdfParser.composeGenomicStudy
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GenomicStudy element, int index) protected void
XmlParser.composeGenomicStudy
(String name, GenomicStudy element) protected void
XmlParser.composeGenomicStudyElements
(GenomicStudy element) protected void
JsonParser.composeGenomicStudyProperties
(GenomicStudy element) protected boolean
XmlParser.parseGenomicStudyContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, GenomicStudy res) protected void
JsonParser.parseGenomicStudyProperties
(com.google.gson.JsonObject json, GenomicStudy res) -
Uses of GenomicStudy in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionGenomicStudy.addAnalysis
(GenomicStudy.GenomicStudyAnalysisComponent t) GenomicStudy.addBasedOn
(Reference t) GenomicStudy.addIdentifier
(Identifier t) GenomicStudy.addInterpreter
(Reference t) GenomicStudy.addNote
(Annotation t) GenomicStudy.addReason
(CodeableReference t) GenomicStudy.addType
(CodeableConcept t) GenomicStudy.copy()
GenomicStudy.setAnalysis
(List<GenomicStudy.GenomicStudyAnalysisComponent> theAnalysis) GenomicStudy.setBasedOn
(List<Reference> theBasedOn) GenomicStudy.setDescription
(String value) GenomicStudy.setDescriptionElement
(MarkdownType value) GenomicStudy.setEncounter
(Reference value) GenomicStudy.setIdentifier
(List<Identifier> theIdentifier) GenomicStudy.setInstantiatesCanonical
(String value) GenomicStudy.setInstantiatesCanonicalElement
(CanonicalType value) GenomicStudy.setInstantiatesUri
(String value) GenomicStudy.setInstantiatesUriElement
(UriType value) GenomicStudy.setInterpreter
(List<Reference> theInterpreter) GenomicStudy.setNote
(List<Annotation> theNote) GenomicStudy.setReason
(List<CodeableReference> theReason) GenomicStudy.setReferrer
(Reference value) GenomicStudy.setStartDate
(Date value) GenomicStudy.setStartDateElement
(DateTimeType value) GenomicStudy.setStatus
(GenomicStudy.GenomicStudyStatus value) GenomicStudy.setStatusElement
(Enumeration<GenomicStudy.GenomicStudyStatus> value) GenomicStudy.setSubject
(Reference value) GenomicStudy.setType
(List<CodeableConcept> theType) protected GenomicStudy
GenomicStudy.typedCopy()