
Uses of Class
org.hl7.fhir.dstu3.model.Sequence.SequenceQualityComponent
Packages that use Sequence.SequenceQualityComponent
-
Uses of Sequence.SequenceQualityComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Sequence.SequenceQualityComponentModifier and TypeMethodDescriptionprotected Sequence.SequenceQualityComponentJsonParser.parseSequenceSequenceQualityComponent(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceQualityComponentXmlParser.parseSequenceSequenceQualityComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Sequence.SequenceQualityComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSequenceSequenceQualityComponent(String name, Sequence.SequenceQualityComponent element) protected voidRdfParser.composeSequenceSequenceQualityComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Sequence.SequenceQualityComponent element, int index) protected voidXmlParser.composeSequenceSequenceQualityComponent(String name, Sequence.SequenceQualityComponent element) protected voidXmlParser.composeSequenceSequenceQualityComponentElements(Sequence.SequenceQualityComponent element) protected voidJsonParser.composeSequenceSequenceQualityComponentInner(Sequence.SequenceQualityComponent element) protected booleanXmlParser.parseSequenceSequenceQualityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceQualityComponent res) protected voidJsonParser.parseSequenceSequenceQualityComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceQualityComponent res) -
Uses of Sequence.SequenceQualityComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Sequence.SequenceQualityComponentModifier and TypeFieldDescriptionprotected List<Sequence.SequenceQualityComponent> Sequence.qualityAn experimental feature attribute that defines the quality of the feature in a quantitative way, such as a phred quality score ([SO:0001686](http://www.sequenceontology.org/browser/current_svn/term/SO:0001686)).Methods in org.hl7.fhir.dstu3.model that return Sequence.SequenceQualityComponentModifier and TypeMethodDescriptionSequence.addQuality()Sequence.SequenceQualityComponent.copy()Sequence.getQualityFirstRep()Sequence.SequenceQualityComponent.setEnd(int value) Sequence.SequenceQualityComponent.setEndElement(IntegerType value) Sequence.SequenceQualityComponent.setFScore(double value) Sequence.SequenceQualityComponent.setFScore(long value) Sequence.SequenceQualityComponent.setFScore(BigDecimal value) Sequence.SequenceQualityComponent.setFScoreElement(DecimalType value) Sequence.SequenceQualityComponent.setGtFP(double value) Sequence.SequenceQualityComponent.setGtFP(long value) Sequence.SequenceQualityComponent.setGtFP(BigDecimal value) Sequence.SequenceQualityComponent.setGtFPElement(DecimalType value) Sequence.SequenceQualityComponent.setMethod(CodeableConcept value) Sequence.SequenceQualityComponent.setPrecision(double value) Sequence.SequenceQualityComponent.setPrecision(long value) Sequence.SequenceQualityComponent.setPrecision(BigDecimal value) Sequence.SequenceQualityComponent.setPrecisionElement(DecimalType value) Sequence.SequenceQualityComponent.setQueryFP(double value) Sequence.SequenceQualityComponent.setQueryFP(long value) Sequence.SequenceQualityComponent.setQueryFP(BigDecimal value) Sequence.SequenceQualityComponent.setQueryFPElement(DecimalType value) Sequence.SequenceQualityComponent.setQueryTP(double value) Sequence.SequenceQualityComponent.setQueryTP(long value) Sequence.SequenceQualityComponent.setQueryTP(BigDecimal value) Sequence.SequenceQualityComponent.setQueryTPElement(DecimalType value) Sequence.SequenceQualityComponent.setRecall(double value) Sequence.SequenceQualityComponent.setRecall(long value) Sequence.SequenceQualityComponent.setRecall(BigDecimal value) Sequence.SequenceQualityComponent.setRecallElement(DecimalType value) Sequence.SequenceQualityComponent.setStandardSequence(CodeableConcept value) Sequence.SequenceQualityComponent.setStart(int value) Sequence.SequenceQualityComponent.setStartElement(IntegerType value) Sequence.SequenceQualityComponent.setTruthFN(double value) Sequence.SequenceQualityComponent.setTruthFN(long value) Sequence.SequenceQualityComponent.setTruthFN(BigDecimal value) Sequence.SequenceQualityComponent.setTruthFNElement(DecimalType value) Sequence.SequenceQualityComponent.setTruthTP(double value) Sequence.SequenceQualityComponent.setTruthTP(long value) Sequence.SequenceQualityComponent.setTruthTP(BigDecimal value) Sequence.SequenceQualityComponent.setTruthTPElement(DecimalType value) Sequence.SequenceQualityComponent.setType(Sequence.QualityType value) Sequence.SequenceQualityComponent.setTypeElement(Enumeration<Sequence.QualityType> value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Sequence.SequenceQualityComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Sequence.SequenceQualityComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Sequence.SequenceQualityComponentModifier and TypeMethodDescriptionSequence.setQuality(List<Sequence.SequenceQualityComponent> theQuality)