Uses of Class
org.hl7.fhir.r4.model.MolecularSequence.RepositoryType
-
Packages that use MolecularSequence.RepositoryType Package Description org.hl7.fhir.r4.model -
-
Uses of MolecularSequence.RepositoryType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MolecularSequence.RepositoryType Modifier and Type Field Description protected Enumeration<MolecularSequence.RepositoryType>MolecularSequence.MolecularSequenceRepositoryComponent. typeClick and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource.Methods in org.hl7.fhir.r4.model that return MolecularSequence.RepositoryType Modifier and Type Method Description static MolecularSequence.RepositoryTypeMolecularSequence.RepositoryType. fromCode(String codeString)MolecularSequence.RepositoryTypeMolecularSequence.RepositoryTypeEnumFactory. fromCode(String codeString)MolecularSequence.RepositoryTypeMolecularSequence.MolecularSequenceRepositoryComponent. getType()static MolecularSequence.RepositoryTypeMolecularSequence.RepositoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static MolecularSequence.RepositoryType[]MolecularSequence.RepositoryType. 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.RepositoryType Modifier and Type Method Description Enumeration<MolecularSequence.RepositoryType>MolecularSequence.RepositoryTypeEnumFactory. fromType(Base code)Enumeration<MolecularSequence.RepositoryType>MolecularSequence.MolecularSequenceRepositoryComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type MolecularSequence.RepositoryType Modifier and Type Method Description MolecularSequence.MolecularSequenceRepositoryComponentMolecularSequence.MolecularSequenceRepositoryComponent. setType(MolecularSequence.RepositoryType value)StringMolecularSequence.RepositoryTypeEnumFactory. toCode(MolecularSequence.RepositoryType code)StringMolecularSequence.RepositoryTypeEnumFactory. toSystem(MolecularSequence.RepositoryType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type MolecularSequence.RepositoryType Modifier and Type Method Description MolecularSequence.MolecularSequenceRepositoryComponentMolecularSequence.MolecularSequenceRepositoryComponent. setTypeElement(Enumeration<MolecularSequence.RepositoryType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type MolecularSequence.RepositoryType Constructor Description MolecularSequenceRepositoryComponent(Enumeration<MolecularSequence.RepositoryType> type)Constructor
-