Uses of Class
org.hl7.fhir.r4.model.MolecularSequence.OrientationType
-
Packages that use MolecularSequence.OrientationType Package Description org.hl7.fhir.r4.model -
-
Uses of MolecularSequence.OrientationType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MolecularSequence.OrientationType Modifier and Type Field Description protected Enumeration<MolecularSequence.OrientationType>MolecularSequence.MolecularSequenceReferenceSeqComponent. orientationA relative reference to a DNA strand based on gene orientation.Methods in org.hl7.fhir.r4.model that return MolecularSequence.OrientationType Modifier and Type Method Description static MolecularSequence.OrientationTypeMolecularSequence.OrientationType. fromCode(String codeString)MolecularSequence.OrientationTypeMolecularSequence.OrientationTypeEnumFactory. fromCode(String codeString)MolecularSequence.OrientationTypeMolecularSequence.MolecularSequenceReferenceSeqComponent. getOrientation()static MolecularSequence.OrientationTypeMolecularSequence.OrientationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MolecularSequence.OrientationType[]MolecularSequence.OrientationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type MolecularSequence.OrientationType Modifier and Type Method Description Enumeration<MolecularSequence.OrientationType>MolecularSequence.OrientationTypeEnumFactory. fromType(Base code)Enumeration<MolecularSequence.OrientationType>MolecularSequence.MolecularSequenceReferenceSeqComponent. getOrientationElement()Methods in org.hl7.fhir.r4.model with parameters of type MolecularSequence.OrientationType Modifier and Type Method Description MolecularSequence.MolecularSequenceReferenceSeqComponentMolecularSequence.MolecularSequenceReferenceSeqComponent. setOrientation(MolecularSequence.OrientationType value)StringMolecularSequence.OrientationTypeEnumFactory. toCode(MolecularSequence.OrientationType code)StringMolecularSequence.OrientationTypeEnumFactory. toSystem(MolecularSequence.OrientationType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type MolecularSequence.OrientationType Modifier and Type Method Description MolecularSequence.MolecularSequenceReferenceSeqComponentMolecularSequence.MolecularSequenceReferenceSeqComponent. setOrientationElement(Enumeration<MolecularSequence.OrientationType> value)
-