Uses of Class
org.hl7.fhir.dstu3.model.Sequence
-
Uses of Sequence in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Sequence
JsonParser.parseSequence
(com.google.gson.JsonObject json) protected Sequence
XmlParser.parseSequence
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSequence
(String name, Sequence element) protected void
RdfParser.composeSequence
(Turtle.Complex parent, String parentType, String name, Sequence element, int index) protected void
XmlParser.composeSequence
(String name, Sequence element) protected void
XmlParser.composeSequenceElements
(Sequence element) protected void
JsonParser.composeSequenceInner
(Sequence element) protected boolean
XmlParser.parseSequenceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence res) protected void
JsonParser.parseSequenceProperties
(com.google.gson.JsonObject json, Sequence res) protected Sequence.SequenceQualityComponent
JsonParser.parseSequenceSequenceQualityComponent
(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceQualityComponent
XmlParser.parseSequenceSequenceQualityComponent
(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) protected boolean
XmlParser.parseSequenceSequenceQualityComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceQualityComponent res) protected void
JsonParser.parseSequenceSequenceQualityComponentProperties
(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceQualityComponent res) protected Sequence.SequenceReferenceSeqComponent
JsonParser.parseSequenceSequenceReferenceSeqComponent
(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceReferenceSeqComponent
XmlParser.parseSequenceSequenceReferenceSeqComponent
(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) protected boolean
XmlParser.parseSequenceSequenceReferenceSeqComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceReferenceSeqComponent res) protected void
JsonParser.parseSequenceSequenceReferenceSeqComponentProperties
(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceReferenceSeqComponent res) protected Sequence.SequenceRepositoryComponent
JsonParser.parseSequenceSequenceRepositoryComponent
(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceRepositoryComponent
XmlParser.parseSequenceSequenceRepositoryComponent
(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) protected boolean
XmlParser.parseSequenceSequenceRepositoryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceRepositoryComponent res) protected void
JsonParser.parseSequenceSequenceRepositoryComponentProperties
(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceRepositoryComponent res) protected Sequence.SequenceVariantComponent
JsonParser.parseSequenceSequenceVariantComponent
(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceVariantComponent
XmlParser.parseSequenceSequenceVariantComponent
(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) protected boolean
XmlParser.parseSequenceSequenceVariantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceVariantComponent res) protected void
JsonParser.parseSequenceSequenceVariantComponentProperties
(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceVariantComponent res) -
Uses of Sequence in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Sequence
Sequence.SequenceReferenceSeqComponent.referenceSeqPointerTarget
The actual object that is the target of the reference (A Pointer to another Sequence entity as reference sequence.)Modifier and TypeFieldDescriptionSequence.pointerTarget
The actual objects that are the target of the reference (Pointer to next atomic sequence which at most contains one variant.)Modifier and TypeMethodDescriptionSequence.addIdentifier
(Identifier t) Sequence.addPointer
(Reference t) Sequence.addPointerTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSequence.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 Sequence
Sequence.typedCopy()
Modifier and TypeMethodDescriptionSequence.getPointerTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionSequence.SequenceReferenceSeqComponent.setReferenceSeqPointerTarget
(Sequence value)