Uses of Class
com.ibm.fhir.model.type.code.OrientationType
-
Packages that use OrientationType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of OrientationType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return OrientationType Modifier and Type Method Description OrientationTypeMolecularSequence.ReferenceSeq. getOrientation()A relative reference to a DNA strand based on gene orientation.Methods in com.ibm.fhir.model.resource with parameters of type OrientationType Modifier and Type Method Description MolecularSequence.ReferenceSeq.BuilderMolecularSequence.ReferenceSeq.Builder. orientation(OrientationType orientation)A relative reference to a DNA strand based on gene orientation. -
Uses of OrientationType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as OrientationType Modifier and Type Field Description static OrientationTypeOrientationType. ANTISENSEAntisense orientation of referenceSeqstatic OrientationTypeOrientationType. SENSESense orientation of referenceSeqMethods in com.ibm.fhir.model.type.code that return OrientationType Modifier and Type Method Description OrientationTypeOrientationType.Builder. build()static OrientationTypeOrientationType. of(OrientationType.ValueSet value)Factory method for creating OrientationType objects from a passed enum value.static OrientationTypeOrientationType. of(String value)Factory method for creating OrientationType objects from a passed string value.
-