| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource | |
| ca.uhn.fhir.rest.server.provider.dstu2 |
| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
StructureDefinition.addCode(CodingDt theValue)
Adds a given new value for code ()
|
StructureDefinition |
StructureDefinition.addContact(StructureDefinition.Contact theValue)
Adds a given new value for contact ()
|
StructureDefinition |
StructureDefinition.addContext(String theString)
Adds a new value for context ()
|
StructureDefinition |
StructureDefinition.addContext(StringDt theValue)
Adds a given new value for context ()
|
StructureDefinition |
StructureDefinition.addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier (id)
|
StructureDefinition |
StructureDefinition.addMapping(StructureDefinition.Mapping theValue)
Adds a given new value for mapping ()
|
StructureDefinition |
StructureDefinition.addUseContext(CodeableConceptDt theValue)
Adds a given new value for useContext ()
|
StructureDefinition |
StructureDefinition.setAbstract(boolean theBoolean)
Sets the value for abstract ()
|
StructureDefinition |
StructureDefinition.setAbstract(BooleanDt theValue)
Sets the value(s) for abstract ()
|
StructureDefinition |
StructureDefinition.setBase(String theUri)
Sets the value for base ()
|
StructureDefinition |
StructureDefinition.setBase(UriDt theValue)
Sets the value(s) for base ()
|
StructureDefinition |
StructureDefinition.setCode(List<CodingDt> theValue)
Sets the value(s) for code ()
|
StructureDefinition |
StructureDefinition.setConstrainedType(CodeDt theValue)
Sets the value(s) for constrainedType ()
|
StructureDefinition |
StructureDefinition.setConstrainedType(String theCode)
Sets the value for constrainedType ()
|
StructureDefinition |
StructureDefinition.setContact(List<StructureDefinition.Contact> theValue)
Sets the value(s) for contact ()
|
StructureDefinition |
StructureDefinition.setContext(List<StringDt> theValue)
Sets the value(s) for context ()
|
StructureDefinition |
StructureDefinition.setContextType(BoundCodeDt<ExtensionContextEnum> theValue)
Sets the value(s) for contextType ()
|
StructureDefinition |
StructureDefinition.setContextType(ExtensionContextEnum theValue)
Sets the value(s) for contextType ()
|
StructureDefinition |
StructureDefinition.setCopyright(String theString)
Sets the value for copyright ()
|
StructureDefinition |
StructureDefinition.setCopyright(StringDt theValue)
Sets the value(s) for copyright ()
|
StructureDefinition |
StructureDefinition.setDate(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for date (when.recorded)
|
StructureDefinition |
StructureDefinition.setDate(DateTimeDt theValue)
Sets the value(s) for date (when.recorded)
|
StructureDefinition |
StructureDefinition.setDateWithSecondsPrecision(Date theDate)
Sets the value for date (when.recorded)
|
StructureDefinition |
StructureDefinition.setDescription(String theString)
Sets the value for description ()
|
StructureDefinition |
StructureDefinition.setDescription(StringDt theValue)
Sets the value(s) for description ()
|
StructureDefinition |
StructureDefinition.setDifferential(StructureDefinition.Differential theValue)
Sets the value(s) for differential ()
|
StructureDefinition |
StructureDefinition.setDisplay(String theString)
Sets the value for display ()
|
StructureDefinition |
StructureDefinition.setDisplay(StringDt theValue)
Sets the value(s) for display ()
|
StructureDefinition |
StructureDefinition.setExperimental(boolean theBoolean)
Sets the value for experimental (class)
|
StructureDefinition |
StructureDefinition.setExperimental(BooleanDt theValue)
Sets the value(s) for experimental (class)
|
StructureDefinition |
StructureDefinition.setFhirVersion(IdDt theValue)
Sets the value(s) for fhirVersion ()
|
StructureDefinition |
StructureDefinition.setFhirVersion(String theId)
Sets the value for fhirVersion ()
|
StructureDefinition |
StructureDefinition.setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier (id)
|
StructureDefinition |
StructureDefinition.setKind(BoundCodeDt<StructureDefinitionKindEnum> theValue)
Sets the value(s) for kind ()
|
StructureDefinition |
StructureDefinition.setKind(StructureDefinitionKindEnum theValue)
Sets the value(s) for kind ()
|
StructureDefinition |
StructureDefinition.setMapping(List<StructureDefinition.Mapping> theValue)
Sets the value(s) for mapping ()
|
StructureDefinition |
StructureDefinition.setName(String theString)
Sets the value for name ()
|
StructureDefinition |
StructureDefinition.setName(StringDt theValue)
Sets the value(s) for name ()
|
StructureDefinition |
StructureDefinition.setPublisher(String theString)
Sets the value for publisher (who.witness)
|
StructureDefinition |
StructureDefinition.setPublisher(StringDt theValue)
Sets the value(s) for publisher (who.witness)
|
StructureDefinition |
StructureDefinition.setRequirements(String theString)
Sets the value for requirements (why)
|
StructureDefinition |
StructureDefinition.setRequirements(StringDt theValue)
Sets the value(s) for requirements (why)
|
StructureDefinition |
StructureDefinition.setSnapshot(StructureDefinition.Snapshot theValue)
Sets the value(s) for snapshot ()
|
StructureDefinition |
StructureDefinition.setStatus(BoundCodeDt<ConformanceResourceStatusEnum> theValue)
Sets the value(s) for status (status)
|
StructureDefinition |
StructureDefinition.setStatus(ConformanceResourceStatusEnum theValue)
Sets the value(s) for status (status)
|
StructureDefinition |
StructureDefinition.setUrl(String theUri)
Sets the value for url (id)
|
StructureDefinition |
StructureDefinition.setUrl(UriDt theValue)
Sets the value(s) for url (id)
|
StructureDefinition |
StructureDefinition.setUseContext(List<CodeableConceptDt> theValue)
Sets the value(s) for useContext ()
|
StructureDefinition |
StructureDefinition.setVersion(String theString)
Sets the value for version (id.version)
|
StructureDefinition |
StructureDefinition.setVersion(StringDt theValue)
Sets the value(s) for version (id.version)
|
| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
ServerProfileProvider.getProfileById(javax.servlet.http.HttpServletRequest theRequest,
IdDt theId) |
| Modifier and Type | Method and Description |
|---|---|
List<StructureDefinition> |
ServerProfileProvider.getAllProfiles(javax.servlet.http.HttpServletRequest theRequest) |
Copyright © 2014–2016 University Health Network. All rights reserved.