
Uses of Class
org.hl7.fhir.r5.model.GenomicStudy
Packages that use GenomicStudy
-
Uses of GenomicStudy in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GenomicStudyModifier and TypeMethodDescriptionprotected GenomicStudyJsonParser.parseGenomicStudy(com.google.gson.JsonObject json) protected GenomicStudyXmlParser.parseGenomicStudy(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type GenomicStudyModifier and TypeMethodDescriptionprotected voidJsonParser.composeGenomicStudy(String name, GenomicStudy element) protected voidRdfParser.composeGenomicStudy(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GenomicStudy element, int index) protected voidXmlParser.composeGenomicStudy(String name, GenomicStudy element) protected voidXmlParser.composeGenomicStudyElements(GenomicStudy element) protected voidJsonParser.composeGenomicStudyProperties(GenomicStudy element) protected booleanXmlParser.parseGenomicStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GenomicStudy res) protected voidJsonParser.parseGenomicStudyProperties(com.google.gson.JsonObject json, GenomicStudy res) -
Uses of GenomicStudy in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return GenomicStudyModifier 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 GenomicStudyGenomicStudy.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type GenomicStudy