
Uses of Class
org.hl7.fhir.dstu3.model.Sequence
Packages that use Sequence
-
Uses of Sequence in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return SequenceModifier and TypeMethodDescriptionprotected SequenceJsonParser.parseSequence(com.google.gson.JsonObject json) protected SequenceXmlParser.parseSequence(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type SequenceModifier and TypeMethodDescriptionprotected voidJsonParser.composeSequence(String name, Sequence element) protected voidRdfParser.composeSequence(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Sequence element, int index) protected voidXmlParser.composeSequence(String name, Sequence element) protected voidXmlParser.composeSequenceElements(Sequence element) protected voidJsonParser.composeSequenceInner(Sequence element) protected booleanXmlParser.parseSequenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence res) protected voidJsonParser.parseSequenceProperties(com.google.gson.JsonObject json, Sequence res) protected Sequence.SequenceQualityComponentJsonParser.parseSequenceSequenceQualityComponent(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceQualityComponentXmlParser.parseSequenceSequenceQualityComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) 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) protected Sequence.SequenceReferenceSeqComponentJsonParser.parseSequenceSequenceReferenceSeqComponent(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceReferenceSeqComponentXmlParser.parseSequenceSequenceReferenceSeqComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) protected booleanXmlParser.parseSequenceSequenceReferenceSeqComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceReferenceSeqComponent res) protected voidJsonParser.parseSequenceSequenceReferenceSeqComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceReferenceSeqComponent res) protected Sequence.SequenceRepositoryComponentJsonParser.parseSequenceSequenceRepositoryComponent(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceRepositoryComponentXmlParser.parseSequenceSequenceRepositoryComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) protected booleanXmlParser.parseSequenceSequenceRepositoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceRepositoryComponent res) protected voidJsonParser.parseSequenceSequenceRepositoryComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceRepositoryComponent res) protected Sequence.SequenceVariantComponentJsonParser.parseSequenceSequenceVariantComponent(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceVariantComponentXmlParser.parseSequenceSequenceVariantComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) protected booleanXmlParser.parseSequenceSequenceVariantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceVariantComponent res) protected voidJsonParser.parseSequenceSequenceVariantComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceVariantComponent res) -
Uses of Sequence in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as SequenceModifier and TypeFieldDescriptionprotected SequenceSequence.SequenceReferenceSeqComponent.referenceSeqPointerTargetThe actual object that is the target of the reference (A Pointer to another Sequence entity as reference sequence.)Fields in org.hl7.fhir.dstu3.model with type parameters of type SequenceModifier and TypeFieldDescriptionSequence.pointerTargetThe actual objects that are the target of the reference (Pointer to next atomic sequence which at most contains one variant.)Methods in org.hl7.fhir.dstu3.model that return SequenceModifier and TypeMethodDescriptionSequence.addIdentifier(Identifier t) Sequence.addPointer(Reference t) Sequence.addQuality(Sequence.SequenceQualityComponent t) Sequence.addRepository(Sequence.SequenceRepositoryComponent t) Sequence.addVariant(Sequence.SequenceVariantComponent t) Sequence.copy()Sequence.SequenceReferenceSeqComponent.getReferenceSeqPointerTarget()Sequence.setCoordinateSystem(int value) Sequence.setCoordinateSystemElement(IntegerType value) Sequence.setDeviceTarget(Device value) Sequence.setIdentifier(List<Identifier> theIdentifier) Sequence.setObservedSeq(String value) Sequence.setObservedSeqElement(StringType value) Sequence.setPatient(Reference value) Sequence.setPatientTarget(Patient value) Sequence.setPerformer(Reference value) Sequence.setPerformerTarget(Organization value) Sequence.setPointer(List<Reference> thePointer) Sequence.setQuality(List<Sequence.SequenceQualityComponent> theQuality) Sequence.setQuantity(Quantity value) Sequence.setReadCoverage(int value) Sequence.setReadCoverageElement(IntegerType value) Sequence.setReferenceSeq(Sequence.SequenceReferenceSeqComponent value) Sequence.setRepository(List<Sequence.SequenceRepositoryComponent> theRepository) Sequence.setSpecimen(Reference value) Sequence.setSpecimenTarget(Specimen value) Sequence.setType(Sequence.SequenceType value) Sequence.setTypeElement(Enumeration<Sequence.SequenceType> value) Sequence.setVariant(List<Sequence.SequenceVariantComponent> theVariant) protected SequenceSequence.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type SequenceModifier and TypeMethodDescriptionSequence.SequenceReferenceSeqComponent.setReferenceSeqPointerTarget(Sequence value)