
Uses of Class
org.hl7.fhir.r5.model.GenomicStudy.GenomicStudyAnalysisComponent
Packages that use GenomicStudy.GenomicStudyAnalysisComponent
-
Uses of GenomicStudy.GenomicStudyAnalysisComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GenomicStudy.GenomicStudyAnalysisComponentModifier and TypeMethodDescriptionJsonParser.parseGenomicStudyAnalysisComponent(com.google.gson.JsonObject json) XmlParser.parseGenomicStudyAnalysisComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type GenomicStudy.GenomicStudyAnalysisComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeGenomicStudyAnalysisComponent(String name, GenomicStudy.GenomicStudyAnalysisComponent element) protected voidRdfParser.composeGenomicStudyAnalysisComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GenomicStudy.GenomicStudyAnalysisComponent element, int index) protected voidXmlParser.composeGenomicStudyAnalysisComponent(String name, GenomicStudy.GenomicStudyAnalysisComponent element) protected voidXmlParser.composeGenomicStudyAnalysisComponentElements(GenomicStudy.GenomicStudyAnalysisComponent element) protected voidJsonParser.composeGenomicStudyAnalysisComponentProperties(GenomicStudy.GenomicStudyAnalysisComponent element) protected booleanXmlParser.parseGenomicStudyAnalysisComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GenomicStudy.GenomicStudyAnalysisComponent res) protected voidJsonParser.parseGenomicStudyAnalysisComponentProperties(com.google.gson.JsonObject json, GenomicStudy.GenomicStudyAnalysisComponent res) -
Uses of GenomicStudy.GenomicStudyAnalysisComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type GenomicStudy.GenomicStudyAnalysisComponentModifier and TypeFieldDescriptionprotected List<GenomicStudy.GenomicStudyAnalysisComponent> GenomicStudy.analysisThe details about a specific analysis that was performed in this GenomicStudy.Methods in org.hl7.fhir.r5.model that return GenomicStudy.GenomicStudyAnalysisComponentModifier and TypeMethodDescriptionGenomicStudy.addAnalysis()GenomicStudy.GenomicStudyAnalysisComponent.addChangeType(CodeableConcept t) GenomicStudy.GenomicStudyAnalysisComponent.addDevice(GenomicStudy.GenomicStudyAnalysisDeviceComponent t) GenomicStudy.GenomicStudyAnalysisComponent.addIdentifier(Identifier t) GenomicStudy.GenomicStudyAnalysisComponent.addInput(GenomicStudy.GenomicStudyAnalysisInputComponent t) GenomicStudy.GenomicStudyAnalysisComponent.addMethodType(CodeableConcept t) GenomicStudy.GenomicStudyAnalysisComponent.addNote(Annotation t) GenomicStudy.GenomicStudyAnalysisComponent.addOutput(GenomicStudy.GenomicStudyAnalysisOutputComponent t) GenomicStudy.GenomicStudyAnalysisComponent.addPerformer(GenomicStudy.GenomicStudyAnalysisPerformerComponent t) GenomicStudy.GenomicStudyAnalysisComponent.addRegionsCalled(Reference t) GenomicStudy.GenomicStudyAnalysisComponent.addRegionsStudied(Reference t) GenomicStudy.GenomicStudyAnalysisComponent.addSpecimen(Reference t) GenomicStudy.GenomicStudyAnalysisComponent.copy()GenomicStudy.getAnalysisFirstRep()GenomicStudy.GenomicStudyAnalysisComponent.setChangeType(List<CodeableConcept> theChangeType) GenomicStudy.GenomicStudyAnalysisComponent.setDateElement(DateTimeType value) GenomicStudy.GenomicStudyAnalysisComponent.setDevice(List<GenomicStudy.GenomicStudyAnalysisDeviceComponent> theDevice) GenomicStudy.GenomicStudyAnalysisComponent.setGenomeBuild(CodeableConcept value) GenomicStudy.GenomicStudyAnalysisComponent.setIdentifier(List<Identifier> theIdentifier) GenomicStudy.GenomicStudyAnalysisComponent.setInput(List<GenomicStudy.GenomicStudyAnalysisInputComponent> theInput) GenomicStudy.GenomicStudyAnalysisComponent.setInstantiatesCanonical(String value) GenomicStudy.GenomicStudyAnalysisComponent.setInstantiatesCanonicalElement(CanonicalType value) GenomicStudy.GenomicStudyAnalysisComponent.setInstantiatesUri(String value) GenomicStudy.GenomicStudyAnalysisComponent.setInstantiatesUriElement(UriType value) GenomicStudy.GenomicStudyAnalysisComponent.setMethodType(List<CodeableConcept> theMethodType) GenomicStudy.GenomicStudyAnalysisComponent.setNote(List<Annotation> theNote) GenomicStudy.GenomicStudyAnalysisComponent.setOutput(List<GenomicStudy.GenomicStudyAnalysisOutputComponent> theOutput) GenomicStudy.GenomicStudyAnalysisComponent.setPerformer(List<GenomicStudy.GenomicStudyAnalysisPerformerComponent> thePerformer) GenomicStudy.GenomicStudyAnalysisComponent.setProtocolPerformed(Reference value) GenomicStudy.GenomicStudyAnalysisComponent.setRegionsCalled(List<Reference> theRegionsCalled) GenomicStudy.GenomicStudyAnalysisComponent.setRegionsStudied(List<Reference> theRegionsStudied) GenomicStudy.GenomicStudyAnalysisComponent.setSpecimen(List<Reference> theSpecimen) GenomicStudy.GenomicStudyAnalysisComponent.setTitleElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type GenomicStudy.GenomicStudyAnalysisComponentMethods in org.hl7.fhir.r5.model with parameters of type GenomicStudy.GenomicStudyAnalysisComponentModifier and TypeMethodDescriptionGenomicStudy.addAnalysis(GenomicStudy.GenomicStudyAnalysisComponent t) voidGenomicStudy.GenomicStudyAnalysisComponent.copyValues(GenomicStudy.GenomicStudyAnalysisComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type GenomicStudy.GenomicStudyAnalysisComponentModifier and TypeMethodDescriptionGenomicStudy.setAnalysis(List<GenomicStudy.GenomicStudyAnalysisComponent> theAnalysis)