Implementierungsleitfäden: Unterschied zwischen den Versionen

Aus HL7 Austria MediaWiki
Wechseln zu: Navigation, Suche
[unmarkierte Version][unmarkierte Version]
(Allgemeine Leitfäden)
Zeile 13: Zeile 13:
 
   min-height:230px;
 
   min-height:230px;
 
   padding-bottom:5px;
 
   padding-bottom:5px;
 +
  font-family:Calibri;
 +
  }
 +
 
 +
.semi-transparent:hover {
 +
  background: rgba(0, 0, 0, 0.5)!important;
 +
}
 +
 +
.mybutton {
 +
  -webkit-border-radius: 10px;
 +
  -moz-border-radius: 10px;
 +
  border-radius: 10px;
 +
  height: 15px;
 +
  color: #FFFFFF;
 +
  width: 150px;
 +
  font-size: 20px;
 +
  font-weight: 100;
 +
  padding: 15px;
 +
  background-color: #26B756;
 +
  text-decoration: none;
 +
  cursor: pointer;
 +
  text-align:center;
 +
}
 +
 +
.mybutton:hover {
 +
  background: #28C25B;
 +
  text-decoration: none;
 +
}
 +
 +
a {
 +
color: black;
 +
text-decoration: none;
 +
}
 +
 +
a:visited {
 +
color: grey;
 +
text-decoration: none;
 +
}
 +
 
 +
.rechteck {
 +
  height: 150px;
 +
  width: 100%;
 +
  border: 2px #efefef solid;
 +
  border-radius: 0.5em;
 +
  transition: 0.3s;
 +
 +
  }
 +
.rechteck:hover {
 +
border: 2px #26b756 solid;
 +
transition: 0.3s;
 +
}
 +
 +
.subueberschrift {
 +
width:20%;
 +
margin-top:-9%;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: white;
 +
text-align:center;
 +
color: #26b756;
 +
font-size: 25px;
 +
padding-left: 20px;
 +
padding-right: 20px;
 +
 +
 +
.ueberschrift{
 +
  font-size: 30px;
 +
  text-align:center;
 +
}
 +
 
 +
.p {
 +
  white-space: nowrap;
 +
  color: black;
 +
  font-family: sans-serif;
 +
  }
 +
 +
.aussen{
 +
  margin-top:1%;
 +
  position:relative;
 +
  width:27%;
 +
  height:auto;
 +
  float:left;
 +
  margin-left:3%;
 +
  }
 +
 +
th {
 +
  border-bottom:1px solid;
 
   }
 
   }
  
Zeile 20: Zeile 106:
 
   width:100%;
 
   width:100%;
 
   height:550px;
 
   height:550px;
  }
 
.card {
 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 
  transition: 0.3s;
 
  width: 27%;
 
  border-radius: 5px;
 
  margin-left:2%;
 
  float: none;
 
  margin-bottom:2%;
 
 
   }
 
   }
  
Zeile 36: Zeile 113:
 
   padding: .2em 2em;
 
   padding: .2em 2em;
 
   text-align: left;
 
   text-align: left;
  }
 
 
img {
 
  display: block;
 
 
   }
 
   }
  
Zeile 80: Zeile 153:
 
   height:750px;
 
   height:750px;
 
   }
 
   }
.card {
 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 
  transition: 0.3s;
 
  width: 30%;
 
  border-radius: 5px;
 
  margin-left:2%;
 
  float: none;
 
  margin-bottom:2%;
 
  }
 
 
 
td {
 
td {
 
   display: inline-block;
 
   display: inline-block;
Zeile 95: Zeile 158:
 
   padding: .2em 2em;
 
   padding: .2em 2em;
 
   text-align: left;
 
   text-align: left;
  }
 
 
img {
 
  display: none;
 
 
   }
 
   }
  
Zeile 132: Zeile 191:
 
   }
 
   }
 
}
 
}
 
.text {
 
  text-decoration:none;
 
  white-space: nowrap;
 
  color: white;
 
  font-size: 20px;
 
  position: absolute;
 
  overflow: hidden;
 
  top: 45%;
 
  left: 50%;
 
  transform: translate(-50%, -50%);
 
  -ms-transform: translate(-50%, -50%);
 
  font-family: sans-serif;
 
  text-align: center;
 
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
 
  }
 
 
a {
 
color: white;
 
text-decoration: none;
 
}
 
 
a:visited {
 
color: white;
 
text-decoration: none;
 
}
 
 
.boxallgemein {
 
  position: relative;
 
  left: 0;
 
  right: 0;
 
  width: 100%;
 
  height:110px;
 
  border-top: 1px solid #0E6FBF;
 
  background: #0E6FBF;
 
  -webkit-border-radius: 10px;
 
  -moz-border-radius: 10px;
 
  border-radius: 10px;
 
  cursor: pointer;
 
  }
 
 
 
.boxallgemein2 {
 
  position: relative;
 
  left: 0;
 
  right: 0;
 
  width: 100%;
 
  height:110px;
 
  border-top: 1px solid #3895E6;
 
  background: #3895E6;
 
  -webkit-border-radius: 10px;
 
  -moz-border-radius: 10px;
 
  border-radius: 10px;
 
  cursor: pointer;
 
  }
 
 
.boxspeziell{
 
  position: relative;
 
  left: 0;
 
  right: 0;
 
  width: 100%;
 
  height:110px;
 
  border-top: 1px solid #00694F;
 
  background: #00694F;
 
  -webkit-border-radius: 10px;
 
  -moz-border-radius: 10px;
 
  border-radius: 10px;
 
  cursor: pointer;
 
  }
 
 
.boxspeziell2{
 
  position: relative;
 
  left: 0;
 
  right: 0;
 
  width: 100%;
 
  height:110px;
 
  border-top: 1px solid #017756;
 
  background: #017756;
 
  -webkit-border-radius: 10px;
 
  -moz-border-radius: 10px;
 
  border-radius: 10px;
 
  cursor: pointer;
 
  }
 
 
.boxspeziell3{
 
  position: relative;
 
  left: 0;
 
  right: 0;
 
  width: 100%;
 
  height:110px;
 
  border-top: 1px solid #019461;
 
  background: #019461;
 
  -webkit-border-radius: 10px;
 
  -moz-border-radius: 10px;
 
  border-radius: 10px;
 
  cursor: pointer;
 
  }
 
 
.card {
 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 
  transition: 0.3s;
 
  width: 27%;
 
  border-radius: 5px;
 
  margin-left:2%;
 
  float:left;
 
  margin-bottom:2%;
 
  }
 
 
.card:hover {
 
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
 
  }
 
 
.container {
 
  padding: 2px 16px;
 
  }
 
 
.p {
 
  white-space: nowrap;
 
  color: black;
 
  font-family: sans-serif;
 
  align:center;
 
  }
 
 
.aussen{
 
  margin-top:1%;
 
  position:relative;
 
  width:100%;
 
  height:auto;
 
  }
 
 
th {
 
  border-bottom:1px solid;
 
  }
 
 
.bild {
 
display: block;
 
opacity: 0.4;
 
text-align: right;
 
pointer-events: none;
 
}
 
 
div.card:hover .bild{
 
    opacity:0.80;
 
    transition: all 0.3s ease-in-out;
 
}
 
 
 
}}
 
}}
 
Hier werden die spezifischen Templates und Spezifikationen beschrieben, welche unter "HL7 Austria" erarbeitet und verabschiedet wurden. Der Ballotierungsstatus ist aus der jeweiligen Template-Metadaten-Tabelle ersichtlich.
 
Hier werden die spezifischen Templates und Spezifikationen beschrieben, welche unter "HL7 Austria" erarbeitet und verabschiedet wurden. Der Ballotierungsstatus ist aus der jeweiligen Template-Metadaten-Tabelle ersichtlich.

Version vom 13. April 2018, 13:02 Uhr


Hier werden die spezifischen Templates und Spezifikationen beschrieben, welche unter "HL7 Austria" erarbeitet und verabschiedet wurden. Der Ballotierungsstatus ist aus der jeweiligen Template-Metadaten-Tabelle ersichtlich.

1 Allgemeine Leitfäden

Idee.png

2 Spezielle Leitfäden für ELGA

Status Version Datum PDF Wiki
Finished.png Gültig 2.06.2 31.01.2017 PDF.png Schwarzer link.png
Finished.png Gültig 2.06 05.11.2015 PDF.png
Status Version Datum PDF Wiki
Finished.png Gültig 2.06.2 31.01.2017 PDF.png Schwarzer link.png
Finished.png Gültig 2.06 29.10.2015 PDF.png
Status Version Datum PDF Wiki
Finished.png Gültig 2.06.2 31.01.2017 PDF.png Schwarzer link.png
Finished.png Gültig 2.06 30.10.2015 PDF.png
Status Version Datum PDF Wiki
Finished.png Gültig 2.06.2 31.01.2017 Schwarzer link.png
Finished.png Gültig 2.06 12.11.2015 PDF.png
Status Version Datum PDF Wiki
Finished.png Gültig 2.06.2 31.01.2017 PDF.png Schwarzer link.png
Finished.png Gültig 2.06 06.11.2015 PDF.png
Status Version Datum PDF Wiki
Warning.png In Bearbeitung 2.06.3 29.05.2017 Schwarzer link.png
Finished.png Gültig 2.06.2 31.01.2017 PDF.png Schwarzer link.png
Finished.png Gültig 2.06 05.11.2015 PDF.png
Status Version Datum PDF Wiki
Warning.png In Bearbeitung 2.06.2 Schwarzer link.png
Status Version Datum PDF Wiki
Warning.png In Bearbeitung 2.06.2 Schwarzer link.png
Status Version Datum PDF Wiki
Warning.png in Bearbeitung 0.65 31.05.2013 PDF.png Schwarzer link.png






















3 Spezielle Leitfäden (außerhalb von ELGA)

Status Version Datum PDF Wiki
Warning.png DSTU 1.0 03.12.2015 PDF.png Schwarzer link.png